@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Stereotype @RequestScoped public @interface Intercepts
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Interceptor>[] |
after |
Class<? extends Interceptor>[] |
before |
public abstract Class<? extends Interceptor>[] before
public abstract Class<? extends Interceptor>[] after
Copyright © 2014 Caelum. All Rights Reserved.