Closed GoogleCodeExporter closed 8 years ago
Additional information above should be disregarded - it was a red herring
courtesy of Eclipse.
Please close this defect as invalid. The issue was that I was incorrectly using:
Reflections reflections = new Reflections("my.package",
MethodAnnotationsScanner.class);
instead of:
Reflections reflections = new Reflections("my.package", new
MethodAnnotationsScanner());
Original comment by m...@deity.co.nz
on 30 May 2012 at 8:59
Original comment by ronm...@gmail.com
on 5 Jun 2012 at 5:23
Original issue reported on code.google.com by
m...@deity.co.nz
on 30 May 2012 at 8:52