spring-native icon indicating copy to clipboard operation
spring-native copied to clipboard

Expose signature type information via ClassDescriptor & MethodDescriptor.

Open christophstrobl opened this issue 4 years ago • 0 comments

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>

christophstrobl avatar Feb 04 '21 08:02 christophstrobl