Am 13.04.2021 um 07:22 schrieb Jonathan Gibbons <jonathan.gibb...@oracle.com>: > > Just asking: does the "Classes" tab refer to "all classes, including enum > classes, record classes, exceptions and errors", or "all classes except enum > classes, record classes, exceptions and errors" ?
It just includes „ordinary“ classes as identified by Utils.isOrdinaryClass(TypeElement), so interfaces, enum classes, exceptions, errors and annotation interfaces are excluded. But I just discovered record classes are not (matching the fact that there is currently no „Record Classes“ tab in the All Classes page). Hannes > -- jon >