Class RobolectricProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.robolectric.annotation.processing.RobolectricProcessor
All Implemented Interfaces:
Processor

@SupportedOptions({"org.robolectric.annotation.processing.shadowPackage","org.robolectric.annotation.processing.shouldInstrumentPackage"})
@SupportedAnnotationTypes("org.robolectric.annotation.*")
public class RobolectricProcessor
extends AbstractProcessor
Annotation processor entry point for Robolectric annotations.