Package org.jboss.as.weld
Class Capabilities
- java.lang.Object
-
- org.jboss.as.weld.Capabilities
-
public final class Capabilities extends Object
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 Modifier and Type Field Description static StringWELD_CAPABILITY_NAME
-
Constructor Summary
Constructors Constructor Description Capabilities()
-
-
-
Field Detail
-
WELD_CAPABILITY_NAME
public static final String WELD_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
-