protected static enum AbstractAspectJAdvisorFactory.AspectJAnnotationType extends Enum<AbstractAspectJAdvisorFactory.AspectJAnnotationType>
Enum Constant and Description |
---|
AtAfter |
AtAfterReturning |
AtAfterThrowing |
AtAround |
AtBefore |
AtPointcut |
Modifier and Type | Method and Description |
---|---|
static AbstractAspectJAdvisorFactory.AspectJAnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractAspectJAdvisorFactory.AspectJAnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractAspectJAdvisorFactory.AspectJAnnotationType AtPointcut
public static final AbstractAspectJAdvisorFactory.AspectJAnnotationType AtAround
public static final AbstractAspectJAdvisorFactory.AspectJAnnotationType AtBefore
public static final AbstractAspectJAdvisorFactory.AspectJAnnotationType AtAfter
public static final AbstractAspectJAdvisorFactory.AspectJAnnotationType AtAfterReturning
public static final AbstractAspectJAdvisorFactory.AspectJAnnotationType AtAfterThrowing
public static AbstractAspectJAdvisorFactory.AspectJAnnotationType[] values()
for (AbstractAspectJAdvisorFactory.AspectJAnnotationType c : AbstractAspectJAdvisorFactory.AspectJAnnotationType.values()) System.out.println(c);
public static AbstractAspectJAdvisorFactory.AspectJAnnotationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null