help, I declare a annotation class ```koltin @Ret...
# announcements
b
help, I declare a annotation class
Copy code
koltin
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.FIELD, AnnotationTarget.PROPERTY)
annotation class Property
I use it in delegate property, getElementsAnnotatedWith get nothing, but if I define it in java, things work fine. what is the problem?