Home
last modified time | relevance | path

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

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DFoundOnImplementsValidator.java19 elements.getTypeElement(ImplementsValidator.IMPLEMENTS_CLASS);
DImplementsValidator.java39 public static final String IMPLEMENTS_CLASS = "org.robolectric.annotation.Implements"; field in ImplementsValidator
61 super(modelBuilder, env, IMPLEMENTS_CLASS); in ImplementsValidator()