Annotation Type Dto


  • @Documented
    @Retention(RUNTIME)
    @Target({PARAMETER,ANNOTATION_TYPE})
    public @interface Dto
    Specifies that the annotated method parameter is an incoming Data Transfer Object.