Package lombok.experimental
Annotation Type NonFinal
-
@Target({FIELD,PARAMETER,LOCAL_VARIABLE,ANNOTATION_TYPE,TYPE,METHOD}) @Retention(SOURCE) public @interface NonFinalUsed to indicate the explicit intention for the annotated entity to not befinal. Currently used byFieldDefaultsandValueto avoid having it make a field final.