Package com.zachsthings.libcomponents
Interface AnnotationHandler<T extends Annotation>
- All Known Implementing Classes:
InjectComponentAnnotationHandler
public interface AnnotationHandler<T extends Annotation>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(AbstractComponent component, Field field, T annotation)
-
Method Details
-
handle
-