can a annotation processor get the default values ...
# kapt
n
can a annotation processor get the default values of fields ?
y
Only if fields have a static initializer, and its type is a primitive or String.