Package se.ansman.kotshi.kapt
Interface KotshiProcessor.ProcessingStep
-
- All Implemented Interfaces:
public interface KotshiProcessor.ProcessingStep
-
-
Method Summary
Modifier and Type Method Description abstract Unitprocess(SetMultimap<Class<out Annotation>, Element> elementsByAnnotation, RoundEnvironment roundEnv)abstract Set<Class<out Annotation>>getAnnotations()-
-
Method Detail
-
process
abstract Unit process(SetMultimap<Class<out Annotation>, Element> elementsByAnnotation, RoundEnvironment roundEnv)
-
getAnnotations
abstract Set<Class<out Annotation>> getAnnotations()
-
-
-
-