Annotation Type ContextDependent
- 
 @Retention(RUNTIME) @Target(TYPE) public @interface ContextDependent The annotation for context dependentAbstractObjectDescriptors. Such descriptors will be processed by theObjectDescriptorRegistryfirst (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.