Package it.tidalwave.dci.annotation
Annotation Type DciRole
-
@Target(TYPE) @Documented @Retention(RUNTIME) public @interface DciRole
Designates a DCI role implementation for a given owner object.- Author:
- Fabrizio Giudici
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>[]
datumType
The datum type to which this role can be associated.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>
context
The context type to which this role is restricted.
-