Interface AnnotationInfo<T>

Type Parameters:
T - the type.
All Known Implementing Classes:
DefaultAnnotationInfo, InternalAnnotationScanAnnotationInfo

public interface AnnotationInfo<T>
The annotation information.
Author:
Manfred Riem ([email protected]), Arjan Tijms
  • Method Details

    • getInstance

      T getInstance()
      Returns the instance.
      Returns:
      the instance
    • getTarget

      AnnotatedElement getTarget()
      Returns the target.
      Returns:
      the target
    • getTargetType

      default Class<?> getTargetType()
      Get the target.
      Returns:
      the class.