Annotation Interface AuthorizeReturnObject


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AuthorizeReturnObject
Wraps Spring Security method authorization advice around the return object of any method this annotation is applied to.

Placing this at the class level is semantically identical to placing it on each method in that class.

Since:
6.3
See Also: