Something like this: ``` public class Foo { ...
# announcements
m
Something like this:
Copy code
public class Foo {
    
    @Annot
    @get:Annot
    val field : String
    
    constructor(field : String) {
        this.field = field
    }
}