List classes in package
843853Jan 2 2003 — edited Nov 12 2008Is there a JSR for listing packages within a class?
For example, instead of writing an algorithm to disect "java.class.path" list all the files and stick them in a map, the ClassLoader could do this as classes are created. Such a document would also suggest functions simmilar to String [] getClassnames() and Class [] getClasses() in java.lang.Package.
To me this sticks out as a sore thumb/missing feature in Java's reflection capabilities.