de.devsurf.injection.guice.reflections.example.automodule
Class ExampleImpl

java.lang.Object
  extended by de.devsurf.injection.guice.reflections.example.automodule.ExampleImpl
All Implemented Interfaces:
Example

public class ExampleImpl
extends Object
implements Example

This class implements the Example interface and is not annotated like the other Examples, due the fact, that the ExampleModule will bind it manually. In this Example the ReflectionsScanner is used, to find the ExampleModule and automatically install it.

Author:
Daniel Manzke

Constructor Summary
ExampleImpl()
           
 
Method Summary
 String sayHello()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleImpl

public ExampleImpl()
Method Detail

sayHello

public String sayHello()
Specified by:
sayHello in interface Example


Copyright © 2010. All Rights Reserved.