|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<EnableLoadTimeWeaving.AspectJWeaving> org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
public static enum EnableLoadTimeWeaving.AspectJWeaving
Enum Constant Summary | |
---|---|
AUTODETECT
Switches on AspectJ load-time weaving if a "META-INF/aop.xml" resource is present in the classpath. |
|
DISABLED
Switches off Spring-based AspectJ load-time weaving (even if a "META-INF/aop.xml" resource is present on the classpath). |
|
ENABLED
Switches on Spring-based AspectJ load-time weaving. |
Method Summary | |
---|---|
static EnableLoadTimeWeaving.AspectJWeaving |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnableLoadTimeWeaving.AspectJWeaving[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EnableLoadTimeWeaving.AspectJWeaving ENABLED
public static final EnableLoadTimeWeaving.AspectJWeaving DISABLED
public static final EnableLoadTimeWeaving.AspectJWeaving AUTODETECT
Method Detail |
---|
public static EnableLoadTimeWeaving.AspectJWeaving[] values()
for (EnableLoadTimeWeaving.AspectJWeaving c : EnableLoadTimeWeaving.AspectJWeaving.values()) System.out.println(c);
public static EnableLoadTimeWeaving.AspectJWeaving valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |