``` public class Foo( @Annot1 @get:Annot2 ...
# announcements
o
Copy code
public class Foo(
   @Annot1 @get:Annot2  
   val field: String
)