Annotation Interface OslcSchema
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe namespace mappings for the package. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends IOslcCustomNamespaceProvider> Any class that implements theIOslcCustomNamespaceProvider.
-
Element Details
-
value
OslcNamespaceDefinition[] valueThe namespace mappings for the package. -
customNamespaceProvider
Class<? extends IOslcCustomNamespaceProvider> customNamespaceProviderAny class that implements theIOslcCustomNamespaceProvider. This must be a concrete implementation and have a public no args constructor.- Returns:
IOslcCustomNamespaceProvider.class is the default value, because this field must not be required and since it is not a concrete implementation of the interface it will be ignored.
- Default:
org.eclipse.lyo.oslc4j.core.model.IOslcCustomNamespaceProvider.class
-