Interface Resolution


public interface Resolution
For use in the creation of custom bundle annotations wishing to control the resolution of generated requirements.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default element value for annotation.
    static final String
    A mandatory requirement forbids the bundle to resolve when the requirement is not satisfied.
    static final String
    An optional requirement allows a bundle to resolve even if the requirement is not satisfied.
  • Field Details

    • MANDATORY

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

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

      static final String DEFAULT
      Default element value for annotation. This is used to distinguish the default value for an element and should not otherwise be used.
      See Also: