- Change getInterfaces() to return an array of ShadowClass instances
(currently unimplemented) instead of an array of string descriptors. - Add getInterfaceDescriptors() to return an array of string descriptors for consistency with the normal reflection API. - Renamed getDeclaredClasses() to getDeclaredClassDescriptors(). - Changed getDeclaredClasses() to return an array of type descriptors instead of an array of internal names of the declared classes.
Showing
Please register or sign in to comment