Package com.zachsthings.libcomponents
Class InjectComponentAnnotationHandler
java.lang.Object
com.zachsthings.libcomponents.InjectComponentAnnotationHandler
- All Implemented Interfaces:
AnnotationHandler<InjectComponent>
public class InjectComponentAnnotationHandler
extends Object
implements AnnotationHandler<InjectComponent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(AbstractComponent component, Field field, InjectComponent annotation)
-
Constructor Details
-
InjectComponentAnnotationHandler
-
-
Method Details
-
handle
- Specified by:
handlein interfaceAnnotationHandler<InjectComponent>
-