de.devsurf.injection.guice.reflections.example.automodule
Class ExampleImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleImpl
public ExampleImpl()
sayHello
public String sayHello()
- Specified by:
sayHello in interface Example
Copyright © 2010. All Rights Reserved.