Package me.gilbva.shrike.navigation
-
Interface Summary Interface Description ClassNavigator<A extends java.lang.annotation.Annotation,T> Functional interface used byClassRepositoryfor navigating annotated classes in the inversion of control context.ClassRepository Represents the collection of classes being used byIocContextto create and manage components.FieldNavigator<A extends java.lang.annotation.Annotation> Functional interface used byClassRepositoryfor navigating annotated fields in the inversion of control context.MethodNavigator<A extends java.lang.annotation.Annotation> Functional interface used byClassRepositoryfor navigating annotated methods in the inversion of control context.