Interface AnnotationsTransformer.TransformationContext

    • Method Detail

      • getTarget

        org.jboss.jandex.AnnotationTarget getTarget()
      • getAnnotations

        Collection<org.jboss.jandex.AnnotationInstance> getAnnotations()
        The initial set of annotations instances corresponds to ClassInfo.classAnnotations(), FieldInfo.annotations() and MethodInfo.annotations() respectively.
        Returns:
        the annotation instances
      • isClass

        default boolean isClass()
      • isField

        default boolean isField()
      • isMethod

        default boolean isMethod()