@SupportedOptions(value="org.robolectric.annotation.processing.shadowPackage") @SupportedAnnotationTypes(value="org.robolectric.annotation.*") @SupportedSourceVersion(value=RELEASE_7) public class RobolectricProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
RobolectricProcessor()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(ProcessingEnvironment environment) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic void init(ProcessingEnvironment environment)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2015. All rights reserved.