Package me.gilbva.shrike.navigation

  • Interface Summary 
    Interface Description
    ClassNavigator<A extends java.lang.annotation.Annotation,​T>
    Functional interface used by ClassRepository for navigating annotated classes in the inversion of control context.
    ClassRepository
    Represents the collection of classes being used by IocContext to create and manage components.
    FieldNavigator<A extends java.lang.annotation.Annotation>
    Functional interface used by ClassRepository for navigating annotated fields in the inversion of control context.
    MethodNavigator<A extends java.lang.annotation.Annotation>
    Functional interface used by ClassRepository for navigating annotated methods in the inversion of control context.