Package lombok
Annotation Type Builder.Default
-
@Target(FIELD) @Retention(SOURCE) public static @interface Builder.DefaultThe field annotated with@Defaultmust have an initializing expression; that expression is taken as the default to be used if not explicitly set during building.