kotlin.annotation.AnnotationTarget

AnnotationTarget

enum class AnnotationTarget

Contains the list of code elements which are the possible annotation targets

Enum Values

CLASS

Class, interface or object, annotation class is also included

ANNOTATION_CLASS

Annot