Is it possible to find all classes or interfaces in a given package? (Quickly looking at e.g. Package, it would seem like no.)
It is not possible, since all classes in the package might not be loaded, while you always knows package of a class.