Package lombok
Annotation Type Singular
-
@Target({FIELD,PARAMETER}) @Retention(SOURCE) public @interface SingularThe singular annotation is used together with@Builderto create single element 'add' methods in the builder for collections.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringvalue
-