Annotation Interface ResponseBodyFromCdiBean


@Retention(RUNTIME) @Target({METHOD,TYPE}) @NameBinding public @interface ResponseBodyFromCdiBean
Binds CustomInterceptor with resource methods that should return modified entity than the one returned from the method.
Author:
Jakub Podlesak