Searched refs:AutoAnnotationProcessor (Results 1 – 11 of 11) sorted by relevance
60 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testCorrect()79 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testDoesNotReturnAnnotation()106 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testOverload()147 .withProcessors(new AutoAnnotationProcessor()) in testSameNameDifferentPackagesDoesNotTriggerOverload()168 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testWrongName()191 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testWrongType()235 javac().withProcessors(new AutoAnnotationProcessor()).compile(testSource, testAnnotation); in testWrongTypeCollection()262 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testExtraParameters()287 javac().withProcessors(new AutoAnnotationProcessor()).compile(TEST_ANNOTATION, testSource); in testMissingParameters()319 javac().withProcessors(new AutoAnnotationProcessor()).compile(annotationSource, testSource); in testAnnotationValuedDefaultsNotSupportedYet()[all …]
80 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testSimple()133 .withProcessors(new AutoAnnotationProcessor()) in testSimple()166 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testEmptyPackage()198 .withProcessors(new AutoAnnotationProcessor()) in testEmptyPackage()250 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testGwtSimple()298 .withProcessors(new AutoAnnotationProcessor()) in testGwtSimple()362 "@Generated(\"" + AutoAnnotationProcessor.class.getName() + "\")", in testCollectionsForArrays()439 .withProcessors(new AutoAnnotationProcessor()) in testCollectionsForArrays()472 javac().withProcessors(new AutoAnnotationProcessor()).compile(erroneousJavaFileObject); in testMissingClass()
22 import com.google.auto.value.processor.AutoAnnotationProcessor;85 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in mapKeyCreatorFile()135 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in nestedMapKeyCreatorFile()200 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in nestedComplexMapKey_buildSuccessfully()
25 import com.google.auto.value.processor.AutoAnnotationProcessor;59 processors.add(new ComponentProcessor(), new AutoAnnotationProcessor()); in daggerCompiler()
30 Map<String, AutoAnnotationProcessor.Member> members;36 Map<String, AutoAnnotationProcessor.Parameter> params;
44 @${generated}("com.google.auto.value.processor.AutoAnnotationProcessor")46 // Generated by com.google.auto.value.processor.AutoAnnotationProcessor
80 public class AutoAnnotationProcessor extends AbstractProcessor { class81 public AutoAnnotationProcessor() {} in AutoAnnotationProcessor() method in AutoAnnotationProcessor
23 import com.google.auto.value.processor.AutoAnnotationProcessor;150 new AutoAnnotationProcessor(), in compileWithEclipse()
272 " name = \"AutoAnnotationProcessor\",",274 " processor_class = \"com.google.auto.value.processor.AutoAnnotationProcessor\",",298 " \":AutoAnnotationProcessor\",",
39 processor_class = "com.google.auto.value.processor.AutoAnnotationProcessor",
115 processor_class: "com.google.auto.value.processor.AutoAnnotationProcessor",