mirror of
https://github.com/corda/corda.git
synced 2025-02-12 21:56:04 +00:00
Inner classes can have inner classes, but getDeclaredClasses() is supposed to list *only* the immediate inner classes. Example: if class Reflection contains a class Hello that contains a class World, Reflection.class.getDeclaredClasses() must not include World in its result. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>