@IncrementalAnnotationProcessor(IncrementalAnnotationProcessorType.AGGREGATING) @SupportedOptions(["moshi.generated"]) @AutoService([Processor]) class MoshiSealedProcessor : AbstractProcessor
MoshiSealedProcessor() |
fun getSupportedAnnotationTypes(): Set<String> |
|
fun getSupportedSourceVersion(): SourceVersion |
|
fun init(processingEnv: ProcessingEnvironment): Unit |
|
fun process(annotations: Set<TypeElement>, roundEnv: RoundEnvironment): Boolean |
const val OPTION_GENERATED: String
This annotation processing argument can be specified to have a |