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:
Roel Spilker
2010-11-10 01:44:04 +01:00
parent 46d471e9c3
commit fe7f0db2fc
33 changed files with 634 additions and 108 deletions
@@ -19,3 +19,9 @@ final class Data4 extends java.util.Timer {
super();
}
}
@Data
class Data5 {
}
@Data
final class Data6 {
}