@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Intercepts
Interceptor
.Modifier and Type | Required Element and Description |
---|---|
LifecycleStage[] |
value
One or more lifecycle stages at which interception should occur.
|
public abstract LifecycleStage[] value
? Copyright 2005-2006, Stripes Development Team.