Class Requirement.Resolution

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

public static final class Requirement.Resolution extends Object
Resolution for this requirement.
Author:
$Id: 8acf269bcf8de7a1b533c4ffcfb01856232b6c9f $
  • Field Details

    • MANDATORY

      public static final String MANDATORY
      A mandatory requirement forbids the bundle to resolve when the requirement is not satisfied.
      See Also:
    • OPTIONAL

      public static final String OPTIONAL
      An optional requirement allows a bundle to resolve even if the requirement is not satisfied.
      See Also: