Class PrismGenerator

java.lang.Object
javax.annotation.processing.AbstractProcessor
io.avaje.prism.internal.PrismGenerator
All Implemented Interfaces:
Processor

@ServiceProvider(javax.annotation.processing.Processor.class) @SupportedAnnotationTypes({"io.avaje.prism.GeneratePrism","io.avaje.prism.GeneratePrisms","io.avaje.prism.GenerateUtils","io.avaje.prism.GenerateAPContext","io.avaje.prism.GenerateModuleInfoReader","io.avaje.prism.AnnotationProcessor","javax.annotation.processing.SupportedAnnotationTypes","javax.annotation.processing.SupportedOptions","javax.annotation.processing.SupportedSourceVersion"}) public final class PrismGenerator extends AbstractProcessor
An AnnotationProcessor for generating prisms. Do not use this class directly.
Author:
Bruce