de.devsurf.injection.guice.reflections.example.startupmodule
Class ExampleImpl
java.lang.Object
de.devsurf.injection.guice.reflections.example.startupmodule.ExampleImpl
- All Implemented Interfaces:
- Example
public class ExampleImpl
- extends Object
- implements Example
This class implements the Example interface and uses the AutoBind-
Annotation, so it will be recognized by the ClasspathScanner and
bound to the Name "Example". In this Example the
VirtualClasspathReader is used.
- 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.