Classifier
data class Classifier(val packageName: NameSegments, val classNames: NameSegments) : Symbol.ClassLike, Symbol.TypeParamHost(source)
A class, interface, object, etc. Annotations may either be exported as a classifier (if @ExportSymbol
is used) or as an Annotation (if @ExportAnnotation
is used).