Class 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
    • Constructor Detail

      • Capabilities

        public Capabilities()