spring-native
spring-native copied to clipboard
Expose signature type information via ClassDescriptor & MethodDescriptor.
Read and expose type signature information for classes, methods (args, return type) via ClassDescriptor and MethodDescriptor.
// Lcom/example/BaseObject<Lcom/Example/ValueType;>;
class SomeObject extends BaseObject<ValueType>