Interface ObserverTransformer

  • All Superinterfaces:
    BuildExtension

    public interface ObserverTransformer
    extends BuildExtension
    Allows a build-time extension to:
    • override the set of qualifiers and priority of any observer method,
    • instruct the container to veto the observer method.
    • Method Detail

      • appliesTo

        boolean appliesTo​(org.jboss.jandex.Type observedType,
                          Set<org.jboss.jandex.AnnotationInstance> qualifiers)
        Parameters:
        observedType -
        qualifiers -
        Returns:
        true if this transformer is meant to be applied to the supplied attributes of an observer method, false otherwise