mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-24 02:25:06 +00:00
From now on it is possible to specify annotations to be placed on the method
or the parameter of the generated getter/setter methods.
This commit is contained in:
@@ -19,3 +19,9 @@ final class Data4 extends java.util.Timer {
|
||||
super();
|
||||
}
|
||||
}
|
||||
@Data
|
||||
class Data5 {
|
||||
}
|
||||
@Data
|
||||
final class Data6 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user