org.jboss.ejb3.interceptors
Annotation Type ManagedObject


@Inherited
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ManagedObject

Indicate that this is a managed object. A managed object will be instrumented to allow for interceptors. Note that in most cases the annotation will be added by others, so it does not have to be explicitly added.