Package org.jboss.weld.bootstrap.spi
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:
-
Method Summary
Modifier and TypeMethodDescriptionThe name attributebooleanReturns true if the filter is inverted (via!), false otherwise
-
Method Details
-
getClassName
String getClassName()The name attribute- Returns:
- the name attribute
-
isInverted
boolean isInverted()Returns true if the filter is inverted (via!), false otherwise- Returns:
- true if inverted, false otherwise
-