You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-code...@googlegroups.com
Hi all,
I want to read all types from the same package name, but located in different jars. (The second one uses the first as a dependency and extends it.).
Reflections reflections = new Reflections("my.package");
only gives me types from the first jar; but not from the second one. I couldn't find in the documentation how this scenario can be supported. Any ideas?
Thanks, Andrei
mamo
unread,
Jan 22, 2015, 10:04:59 AM1/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-code...@googlegroups.com
Either scan all involved packages, or expand results.