Class ArezProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.realityforge.proton.AbstractStandardProcessor
arez.processor.ArezProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes("arez.annotations.ArezComponent") @SupportedSourceVersion(RELEASE_17) @SupportedOptions({"arez.defer.unresolved","arez.defer.errors","arez.debug","arez.profile","arez.verbose_out_of_round.errors"}) public final class ArezProcessor extends org.realityforge.proton.AbstractStandardProcessor
Annotation processor that analyzes Arez annotated source and generates models from the annotations.
  • Constructor Details

  • Method Details