|
eXo Kernel :: Container 2.4.11-UXP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
| Required Element Summary | |
|---|---|
Class |
value
Returns a class that instantiated is able to manage the class annotated by this class. |
| Element Detail |
|---|
public abstract Class value
|
eXo Kernel :: Container 2.4.11-UXP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||