Vanilla Java
@HTML_POST@
Lombok lets you add your favorite annotation to methods generated by @Getter
and @Setter
by using the attribute onMethod
on the lombok annotation. You can specify annotations to the parameters of the method on @Setter
with the attribute onParameter
.
You can add annotation to constructors generated by @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsConstructor
by using the attribute
onConstructor