Annotation Type Managed


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface Managed
    Annotates a class or a method. Annotated class defines a managed object. Annotated class defines a managed operation or attribute of a managed object.
    Version:
    $Revision$
    Author:
    Julien Viet