org.exoplatform.management.annotations
Annotation Type ManagedBy
@Retention(value=RUNTIME)
@Target(value=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 |
Class |
value
Returns a class that instantiated is able to manage the class annotated by
this class. |
value
public abstract Class value
- Returns a class that instantiated is able to manage the class annotated by
this class.
- Returns:
- the class
Copyright © 2015 eXo Platform SAS. All Rights Reserved.