You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="type-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/SupportedAnnotationTypes.html" title="class or interface in javax.annotation.processing" class="external-link">@SupportedAnnotationTypes</a>("arez.annotations.ArezComponent")
87
87
<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/SupportedSourceVersion.html" title="class or interface in javax.annotation.processing" class="external-link">@SupportedSourceVersion</a>(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/lang/model/SourceVersion.html#RELEASE_17" title="class or interface in javax.lang.model" class="external-link">RELEASE_17</a>)
88
-
<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/SupportedOptions.html" title="class or interface in javax.annotation.processing" class="external-link">@SupportedOptions</a>({"arez.defer.unresolved","arez.defer.errors","arez.debug","arez.profile","arez.verbose_out_of_round"})
88
+
<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/SupportedOptions.html" title="class or interface in javax.annotation.processing" class="external-link">@SupportedOptions</a>({"arez.defer.unresolved","arez.defer.errors","arez.debug","arez.profile","arez.verbose_out_of_round.errors"})
89
89
</span><spanclass="modifiers">public final class </span><spanclass="element-name"><ahref="../../src-html/arez/processor/ArezProcessor.html#line-56">ArezProcessor</a></span>
<divclass="block">Annotation processor that analyzes Arez annotated source and generates models from the annotations.</div>
@@ -152,7 +152,7 @@ <h2>Method Summary</h2>
152
152
</div>
153
153
<divclass="inherited-list">
154
154
<h3id="methods-inherited-from-class-org.realityforge.proton.AbstractStandardProcessor">Methods inherited from class org.realityforge.proton.AbstractStandardProcessor</h3>
<h3id="methods-inherited-from-class-javax.annotation.processing.AbstractProcessor">Methods inherited from class javax.annotation.processing.<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/AbstractProcessor.html" title="class or interface in javax.annotation.processing" class="external-link">AbstractProcessor</a></h3>
158
158
<code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/AbstractProcessor.html#getCompletions(javax.lang.model.element.Element,javax.lang.model.element.AnnotationMirror,javax.lang.model.element.ExecutableElement,java.lang.String)" title="class or interface in javax.annotation.processing" class="external-link">getCompletions</a>, <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/AbstractProcessor.html#getSupportedAnnotationTypes()" title="class or interface in javax.annotation.processing" class="external-link">getSupportedAnnotationTypes</a>, <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/AbstractProcessor.html#getSupportedOptions()" title="class or interface in javax.annotation.processing" class="external-link">getSupportedOptions</a>, <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/AbstractProcessor.html#getSupportedSourceVersion()" title="class or interface in javax.annotation.processing" class="external-link">getSupportedSourceVersion</a>, <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/AbstractProcessor.html#isInitialized()" title="class or interface in javax.annotation.processing" class="external-link">isInitialized</a></code></div>
0 commit comments