A - The annotation that the fields must have in other to be accept by
the navigator.@FunctionalInterface public interface FieldNavigator<A extends Annotation>
ClassRepository for navigating annotated
fields in the inversion of control context.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Field field,
Class component,
A annotation)
This method is call when ever a field in a component if found to have the
given annotation.
|
void accept(Field field, Class component, A annotation)
field - The field been found.component - The class of the component that contains the found
field.annotation - The instance of the annotation of the field.Copyright © 2015–2018 Bridje Framework. All rights reserved.