Annotation Type Intercepted


@Qualifier @Target(TYPE) @Retention(RUNTIME) @Documented public @interface Intercepted
Classes annotated with this qualifier are to be intercepted with the default interception service implementation. Either constructor or method interception can be used. Use of InterceptionBinder annotations will be honored on classes marked with this annotation