@Target(value={CONSTRUCTOR,METHOD,FIELD,TYPE}) @Retention(value=CLASS) public @interface Generated
NB: As of v1.18.34, lombok adds this annotation by default; before then you had to add a lombok config key.
If you want to opt out (not recommended), you can add lombok.addLombokGeneratedAnnotation = false
to
lombok.config
.
Copyright © 2024. All rights reserved.