Annotation Type ContextDependent
-
@Retention(RUNTIME) @Target(TYPE) public @interface ContextDependent
The annotation for context dependentAbstractObjectDescriptor
s. Such descriptors will be processed by theObjectDescriptorRegistry
first (by asking them whether they support specific contexts). Descriptors without this annotation (so called "global descriptors") will be processed if no context dependent descriptor in the eClass tree supporting the given contexts was found.