Package lombok

Annotation Type Builder.Default


  • @Target(FIELD)
    @Retention(SOURCE)
    public static @interface Builder.Default
    The field annotated with @Default must have an initializing expression; that expression is taken as the default to be used if not explicitly set during building.