enum class Color { R, G, B } annotation class Annotation(val color : Color) @Annotation(Color.R) class C