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


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ManagementObjectClass

ManagementObjectClass annotation for describing the actual class annotated with org.jboss.managed.api.annotation.ManagementObject.

Version:
$Revision: 1.1 $
Author:
Dimitris Andreadis
See Also:
org.jboss.managed.api.annotation.ManagementObject}

Required Element Summary
 Class<?> code
          The class annotated with ManagementObject
 

Element Detail

code

public abstract Class<?> code
The class annotated with ManagementObject



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