org.jboss.managed.api.annotation
Annotation Type ManagementObjectRef


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ManagementObjectRef

Indicates a property that references another ManagedObject

Version:
$Revision: 69903 $
Author:
Scott.Stark@jboss.org

Optional Element Summary
 String name
          An explicit ManagedObject name.
 String type
          A qualifier for the name that provides a context to identify the type or scope of the ManagedObject name.
 

name

public abstract String name
An explicit ManagedObject name. If empty, the name is taken from the annotated property.

See Also:
ManagedObject#getName()}
Default:
""

type

public abstract String type
A qualifier for the name that provides a context to identify the type or scope of the ManagedObject name.

See Also:
ManagedObject#getNameType()}
Default:
""


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.