Annotation Type ActivateThreadScope
@InterceptorBinding
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface ActivateThreadScope
Interceptor binding providing
ThreadScoped activation in SE environment.
Scope is activated for all class defined methods when specified at target level TYPE.- Author:
- Tomas Remes