Annotation Type ContextDependent


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ContextDependent
    The annotation for context dependent AbstractObjectDescriptors. Such descriptors will be processed by the ObjectDescriptorRegistry 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.