JDK 21 |
---|
21 b26Fixed |
CSR :
|
|
Relates :
|
|
Relates :
|
The first cut of support would be: Updates to TypeElement.getSimpleName() for an unnamed class Add new default method for TypeElement.isUnnamed. The semantics of this should be something like return getNestingKind() == TOP_LEVEL && getSimpleName().isEmpty(). There should be some updates to the printing processor to output a source-correct unnamed class and tests that a language model is properly constructed for an unnamed class (name is empty, mandated constructor present, etc.)
|