A C G P
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AutoServiceProcessor - Class in com.google.auto.service.processor
-
Processes
AutoServiceannotations and generates the service provider configuration files described inServiceLoader. - AutoServiceProcessor() - Constructor for class com.google.auto.service.processor.AutoServiceProcessor
C
- com.google.auto.service.processor - package com.google.auto.service.processor
-
This package contains the annotation processor that implements the
AutoServiceAPI.
G
- getSupportedAnnotationTypes() - Method in class com.google.auto.service.processor.AutoServiceProcessor
- getSupportedSourceVersion() - Method in class com.google.auto.service.processor.AutoServiceProcessor
P
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.google.auto.service.processor.AutoServiceProcessor
-
For each class annotated with
AutoServiceVerify theAutoServiceinterface value is correct Categorize the class by its service interface For eachAutoServiceinterface Create a file namedMETA-INF/services/<interface>For eachAutoServiceannotated class for this interface Create an entry in the file
All Classes All Packages