Interface ClassAvailableActivation


  • public interface ClassAvailableActivation

    ClassAvailableActivation is a data structures representing the <if-class-available> element in Weld's extensions to beans.xml. See the XSD for Weld's extensions to beans.xml for details of the semantics of <if-class-available>.

    Author:
    Pete Muir
    See Also:
    Filter
    • Method Detail

      • getClassName

        String getClassName()
        The name attribute
        Returns:
        the name attribute
      • isInverted

        boolean isInverted()