Closed GoogleCodeExporter closed 9 years ago
FYI - sorry to submit this on the issues page, but I don't see a mailing list,
open email address or anywhere else to ask questions. Also, I can not set the
issue type (it is not a defect).
Original comment by javamonk...@gmail.com
on 25 May 2012 at 1:41
the preferred way depends on the size of the metadata and your style...
two options:
- Sets.intersection(reflections.getSubTypesOf(...),
reflections.getTypesAnnotatedWith(...))
- getAll(reflections.getSubTypesOf(...), withAnnotation(...))
first uses Reflections indexed metadata (Store), and second uses (also) java
reflection for the withAnnotation part.
Original comment by ronm...@gmail.com
on 28 May 2012 at 9:05
Original comment by ronm...@gmail.com
on 22 Nov 2013 at 8:51
Original issue reported on code.google.com by
javamonk...@gmail.com
on 25 May 2012 at 1:40