Package it.tidalwave.dci.annotation
Annotation Interface DciRole
Designates a DCI role implementation for a given owner object.
- Author:
- Fabrizio Giudici
-
Nested Class Summary
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
datumType
The datum type to which this role can be associated. Multiple data types can be specified.- Returns:
- the datum type
-
context
Class<?> contextThe context type to which this role is restricted. If no context is specified, this role will always be associated.- Returns:
- the context type
- Default:
it.tidalwave.dci.annotation.DciRole.NoContext.class
-