Like this? ``` @Target(AnnotationTarget.PROPERTY_G...
# announcements
o
Like this?
Copy code
@Target(AnnotationTarget.PROPERTY_GETTER)
annotation class Inner
annotation class Outer(@get:Inner val value: Int)