Annotation Interface JsonSerialized


@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface JsonSerialized
Indicates that a service parameter is serialized in Json, and thus should be handled with JacksonMethodArgumentResolver.
Author:
Manuel Fiorelli