Interface AnnotationManager.AnnotationInfo<T>

All Known Implementing Classes:
DefaultAnnotationManager.DefaultAnnotationInfo
Enclosing interface:
AnnotationManager

public static interface AnnotationManager.AnnotationInfo<T>
  • Method Summary

    Modifier and Type Method Description
    T getInstance()  
    java.lang.reflect.AnnotatedElement getTarget()  
    default java.lang.Class<?> getTargetType()