Home
last modified time | relevance | path

Searched refs:getCurrentAnnotation (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DValidator.java72 protected AnnotationMirror getCurrentAnnotation() { in getCurrentAnnotation() method in Validator
80 final AnnotationMirror am = getCurrentAnnotation(); in message()
85 final AnnotationMirror am = getCurrentAnnotation(); in message()
DImplementsValidator.java84 AnnotationMirror am = getCurrentAnnotation(); in visitType()