Package se.ansman.kotshi.kapt
Class FactoryProcessingStep
-
- All Implemented Interfaces:
-
se.ansman.kotshi.kapt.KotshiProcessor.ProcessingStep
public final class FactoryProcessingStep extends KotshiProcessor.GeneratingProcessingStep
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<Class<out Annotation>>annotations
-
Constructor Summary
Constructors Constructor Description FactoryProcessingStep(KotshiProcessor processor, Messager messager, Filer filer, Types types, Elements elements, GeneratedAnnotation generatedAnnotation, List<GeneratedAdapter<Element>> generatedAdapters, MetadataAccessor metadataAccessor)
-
Method Summary
Modifier and Type Method Description Set<Class<out Annotation>>getAnnotations()Unitprocess(SetMultimap<Class<out Annotation>, Element> elementsByAnnotation, RoundEnvironment roundEnv)-
-
Constructor Detail
-
FactoryProcessingStep
FactoryProcessingStep(KotshiProcessor processor, Messager messager, Filer filer, Types types, Elements elements, GeneratedAnnotation generatedAnnotation, List<GeneratedAdapter<Element>> generatedAdapters, MetadataAccessor metadataAccessor)
-
-
Method Detail
-
getAnnotations
Set<Class<out Annotation>> getAnnotations()
-
process
Unit process(SetMultimap<Class<out Annotation>, Element> elementsByAnnotation, RoundEnvironment roundEnv)
-
-
-
-