How can I annotate the field of the singleton inst...
# getting-started
m
How can I annotate the field of the singleton instance of an
object
? I want to retrieve all annotated object instances via reflection. That won't compile:
@field:Foo object Bar {}
No matter the `@Target`of Foo