-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
Many APIs that deal in bytecode must deal with the union of Class | MethodType, which are the two entities that have descriptor strings in class files. With the addition of the XxxRef types coming as part of JEP 303, we propose adding the interface
interface ClassfileType {
String descriptorString();
}
as supetypes of CLass, MethodType, ClassRef, and MethodTypeRef.
interface ClassfileType {
String descriptorString();
}
as supetypes of CLass, MethodType, ClassRef, and MethodTypeRef.