| Interface | Description |
|---|---|
| InterceptorOrderingService |
This service can be used to modify, add or remove interceptors
to the set of interceptors that will be called on a Method
or Constructor in the default implementation of the
interception service.
|
| Annotation Type | Description |
|---|---|
| Intercepted |
Classes annotated with this qualifier are to be intercepted
with the default interception service implementation.
|
| InterceptionBinder |
This annotation is placed on an annotation that can be used
to indicate a binding between an interceptor (annotated
with
Interceptor) and a class to be intercepted
(annotated with Intercepted). |
| Interceptor |
This annotation is placed on an implementation of either
MethodInterceptor or
ConstructorInterceptor in order
to signify that these services should be automatically bound
with the default interception service implementation. |
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.