@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CContext
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends CContext.Directives> |
value
Specifies which directives are used with the annotated element.
|
public abstract Class<? extends CContext.Directives> value