mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-05 08:17:35 +00:00
[i1014] Only add lombok.Generated if it is explicitly turned on
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//CONF: lombok.addGeneratedAnnotation = false
|
||||
class GeneratedOff {
|
||||
@lombok.Getter
|
||||
int x;
|
||||
}
|
||||
Reference in New Issue
Block a user