Interface AnnotationsTransformer.TransformationContext

    • Method Detail

      • getTarget

        org.jboss.jandex.AnnotationTarget getTarget()
        Returns the annotated class, method or field.
        Returns:
        the annotation target
      • getAnnotations

        Collection<org.jboss.jandex.AnnotationInstance> getAnnotations()
        Returns the current set of annotations.

        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()