Class Requirement.Cardinality

java.lang.Object
org.osgi.annotation.bundle.Requirement.Cardinality
Enclosing class:
Requirement

public static final class Requirement.Cardinality extends Object
Cardinality for this requirement.
  • Field Details

    • SINGLE

      public static final String SINGLE
      Indicates if the requirement can only be wired a single time.
      See Also:
    • MULTIPLE

      public static final String MULTIPLE
      Indicates if the requirement can be wired multiple times.
      See Also: