aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/InjectField.java
AgeCommit message (Collapse)Author
2013-10-10Fix for issues when mixing @NonNull on params with @SneakyThrows or ↵Reinier Zwitserloot
@Synchronized [Issue #588]
2011-11-13Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the ↵peichhorn
enum constants. Also the new fields are ordered in the same way the method injectField() gets invoked.