Open GoogleCodeExporter opened 9 years ago
Original comment by askon...@gmail.com
on 13 Jun 2013 at 7:57
Eclipse 3.7.2
Lombok v1.12.4 (January 15th, 2014)
Similar problem with generic class:
public class LombokTest<T> {
@Getter
@Setter
private T field;
}
Result of renaming T to XYZ:
public class LombokTest<XYZ> {
XYZ
XYZ
private XYZ field;
}
Original comment by andras.f...@eyan.eu
on 1 Sep 2014 at 11:28
Original issue reported on code.google.com by
askon...@gmail.com
on 13 Jun 2013 at 7:54