D | InspectablePropertyProcessor.java | 24 import androidx.annotation.NonNull; 32 import javax.annotation.processing.ProcessingEnvironment; 144 final AnnotationMirror annotation = in process() local 146 final Property property = buildProperty(element, annotation); in process() 155 annotation); in process() 176 @NonNull AnnotationMirror annotation) { in buildProperty() argument 179 .typedValueByName("name", String.class, accessor, annotation); in buildProperty() 188 determinePropertyType(accessor, annotation)); in buildProperty() 196 determinePropertyType(getter, annotation)); in buildProperty() 205 annotation); in buildProperty() [all …]
|