? Requirement.Cardinality

java.lang.Object
org.osgi.annotation.bundle.Requirement.Cardinality
???:
Requirement

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

    • SINGLE

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

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