uCosminexus Application Server, API Reference Guide

[Contents][Index][Back][Next]

2.6 javax.interceptor package

The following table lists the annotations included in the javax.interceptor package:

List of annotations
Annotation name Function
@AroundInvoke Specify invocation of the business method in a method that intercepts.
@ExcludeClassInterceptors Set in a method to which the class interceptor is not applied.
@ExcludeDefaultInterceptors Specify in a class to which a default interceptor is not applied, and method.
@Interceptors Specify the interceptor class to be applied. Note that you can specify the interceptor class in a class and method.
Organization of this section
2.6.1 @AroundInvoke
2.6.2 @ExcludeClassInterceptors
2.6.3 @ExcludeDefaultInterceptors
2.6.4 @Interceptors