Annotation Interface ManagedBy
Class annotated by this annotation defines an alternative class for a managed object.
The class pointed by this annotatio must provide a constructor that accepts the annotated
class as argument.
- Version:
- $Revision$
- Author:
- Julien Viet
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class valueReturns a class that instantiated is able to manage the class annotated by this class.- Returns:
- the class
-