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