Annotation Type UsesOrderedConfiguration
@Target(TYPE)
@Retention(CLASS)
@Documented
@UseWith(SERVICE)
public @interface UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an
ordered configuration, to identify the type of contribution.
-
Required Element Summary
Required Elements
-
Element Details
-
value
The type of object which may be contributed into the service's configuration.
-