Package dev.thecodewarrior.reflectcase
See: Description
-
Object Summary Object Description EasyReflect Companion -
Class Summary Class Description ReflectTest The base class for reflection tests, which provides access to systems for runtime compilation, as well as extensions for easily accessing Core Reflection objects. -
Interface Summary Interface Description ClassDelegate A lazy delegate to refer to a runtime-compiled class TestSources Runtime compilation of test cases. GenericTypeSet TypeSet TypeSetBuilder import("some.package.ClassName") import("java.util.List") add("name", "ClassName[]") +"List<ClassName>" block("K", "V") { +"Generic<K>" +"Generic<V>" }