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