Annotation Type 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
      Class value
      Returns a class that instantiated is able to manage the class annotated by this class.
    • Element Detail

      • value

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