Interface InjectionPointsTransformer

  • All Superinterfaces:
    BuildExtension

    public interface InjectionPointsTransformer
    extends BuildExtension
    Allows a build-time extension to alter qualifiers on an injection point.

    Author:
    Matej Novotny
    • Method Detail

      • appliesTo

        boolean appliesTo​(org.jboss.jandex.Type requiredType)
        Returns true if this transformer is meant to be applied to the supplied requiredType.
        Parameters:
        requiredType - the declared type of the injection point