|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Interceptor
Specifies that a class is an interceptor.
@Interceptor public class ValidationInterceptor { ... }
This annotation is optional if the
Interceptors
annotation or
the EJB deployment descriptor are used to associate the
interceptor with the target class. It is required when an
interceptor binding
is used.
Interceptors
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41