Class AnnotatedElementAnnotationInfo

java.lang.Object
org.jvnet.hk2.internal.AnnotatedElementAnnotationInfo

class AnnotatedElementAnnotationInfo extends Object
Keeps information about element and parameter annotations
  • Field Details

    • elementAnnotations

      final Annotation[] elementAnnotations
    • paramAnnotations

      final Annotation[][] paramAnnotations
    • hasParams

      final boolean hasParams
    • isConstructor

      final boolean isConstructor
  • Constructor Details

    • AnnotatedElementAnnotationInfo

      AnnotatedElementAnnotationInfo(Annotation[] elementAnnotation, boolean hasParams, Annotation[][] paramAnnotation, boolean isConstructor)
  • Method Details