Annotation Interface ManagedBy


@Retention(RUNTIME) @Target(TYPE) public @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
    Modifier and Type
    Required Element
    Description
    Returns a class that instantiated is able to manage the class annotated by this class.
  • Element Details

    • value

      Class value
      Returns a class that instantiated is able to manage the class annotated by this class.
      Returns:
      the class