class Subject { val field:String = "" @MyAnnotation val annotationTrigger: String = "" } internal annotation class MyAnnotation