Package org.jboss.as.weld
Class Capabilities
java.lang.Object
org.jboss.as.weld.Capabilities
Capability names exposed by Weld subsystem.
This class is designed to be used outside of the weld subsystem. Other subsystems that require the name of a Weld capability can safely import this class without adding a jboss module dependency. To archive it, this class must only declare string constants, which are resolved at compile time.
- Author:
- Yeray Borges
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WELD_CAPABILITY_NAME
- See Also:
-
-
Constructor Details
-
Capabilities
public Capabilities()
-