Package org.osgi.annotation.bundle
Class Export.Substitution
java.lang.Object
org.osgi.annotation.bundle.Export.Substitution
- Enclosing class:
Export
Substitution policy for this package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The policy value is calculated by inspection of the classes in the package.static final String
Use a consumer type version range for the import package clause when substitutably importing a package.static final String
The package must not be substitutably imported.static final String
Use a provider type version range for the import package clause when substitutably importing a package. -
Method Summary
-
Field Details
-
CONSUMER
Use a consumer type version range for the import package clause when substitutably importing a package.- See Also:
-
PROVIDER
Use a provider type version range for the import package clause when substitutably importing a package.- See Also:
-
NOIMPORT
The package must not be substitutably imported.- See Also:
-
CALCULATED
The policy value is calculated by inspection of the classes in the package.- See Also:
-