https://kotlinlang.org logo
#compiler
Title
# compiler
m

Marc Knaup

02/03/2019, 3:51 PM
Property annotations create a
property$annotations
method. The method is still there at runtime even if all properties have
SOURCE
retention and thus no annotations are left in the binary or at runtime. Maybe the synthetic method can be deleted safely at some point?
1
u

udalov

02/05/2019, 11:30 AM
Yes, we should definitely avoid generating that method if all annotations are
SOURCE
3 Views