Package aQute.bnd.annotation
Interface Cardinality
public interface Cardinality
For use in the creation of custom bundle annotations wishing to control the
cardinality of generated requirements.
-
Field Summary
Fields
-
Field Details
-
SINGLE
Indicates if the requirement can only be wired a single time.- See Also:
-
MULTIPLE
Indicates if the requirement can be wired multiple times.- See Also:
-
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:
-