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