org.jboss.aop.microcontainer.annotations
Annotation Type DisableAOP


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

Disable AOP check per class or instance.

Version:
$Revision: 1.1 $
Author:
Kabir Khan, Ales Justin

Optional Element Summary
 DisabledType[] value
          The disabled types.
 

value

public abstract DisabledType[] value
The disabled types.

Returns:
the disabled types
Default:
org.jboss.aop.microcontainer.annotations.DisabledType.ALL


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