org.jboss.ejb3.annotation
Annotation Type Management


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

Annotation for specifying the management interface for a @Service EJB

Version:
$Revision: 67834 $
Author:
Kabir Khan

Optional Element Summary
 Class<?> value
           
 

value

public abstract Class<?> value
Default:
java.lang.Object.class


Copyright © 2009 JBoss Inc.. All Rights Reserved.