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 Details

  • Constructor Details

    • Capabilities

      public Capabilities()