Package io.mats3.spring
Annotation Type Dto
-
@Documented @Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public @interface DtoSpecifies that the annotated method parameter is an incoming Data Transfer Object.
@Documented
@Retention(RUNTIME)
@Target({PARAMETER,ANNOTATION_TYPE})
public @interface Dto