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


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface ManagementObjectID

An annotation that identifies a ManagedObject key/type qualifier source.

Version:
$Revision: 64930 $
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.

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.

Default:
""


Copyright © 2008 JBoss Inc.. All Rights Reserved.