Annotation Type ResponsesAllowed
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface ResponsesAllowed
The annotation specifying what VO objects can be validly returned from a REST API endpoint method, apart from the defaults.
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface ResponsesAllowed