@ServiceProviderFor(value=javax.annotation.processing.Processor.class) @For(value=CompileTimeCheck.class) public class CompileTimeCheckProcessor extends AnnotatedProcessor
AbstractProcessor.Check<T extends Element>, AbstractProcessor.Criterion<T extends Element>filer, javacelements, fm, MODIFIERS, types| Constructor and Description |
|---|
CompileTimeCheckProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
process(RoundEnvironment roundEnv,
TypeElement annotation,
Element element)
Callback method to process an annotated
Element. |
protected void |
whenAnnotationProcessingFinished()
Callback method to signal
TaskEvent.Kind.ANNOTATION_PROCESSING is
finished. |
getSupportedAnnotationTypeList, getSupportedAnnotationTypes, init, processgetCompletions, getSupportedOptions, getSupportedSourceVersion, print, print, print, print, printasClass, asExecutableElement, asExecutableElement, asPackageInfoClass, asTypeElement, asTypeMirror, asTypeMirrorList, asVariableElement, getAnnotationMirror, getAnnotationMirror, getAnnotationValue, getClassLoader, getClassPathClassLoader, getClassPathClassLoader, getConstructor, getEnclosingTypeElement, getMethod, getMethod, getPropertyName, getPropertyNames, getTypeElementFor, hasSameSignatureAs, hasSameSignatureAs, hasSameSignatureAs, implementationOf, isAssignableTo, isAssignableTo, isAssignableTo, isAssignableTo, isEmptyArray, isGetterMethod, named, overrides, overrides, signature, signature, specifiedBy, toEnumSet, toModifiers, with, withModifiers, withModifiers, without, withoutModifiers, withoutModifiers, withParameters, withParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasModifierSet, declaration, declaration, declaration, declaration, declaration, declaration, exceptions, getModifiers, getModifiers, modifiers, parameters, type, typepublic CompileTimeCheckProcessor()
protected void whenAnnotationProcessingFinished()
AbstractProcessorTaskEvent.Kind.ANNOTATION_PROCESSING is
finished.whenAnnotationProcessingFinished in class AbstractProcessorprotected void process(RoundEnvironment roundEnv, TypeElement annotation, Element element)
AnnotatedProcessorElement. Default
implementation does nothing.process in class AnnotatedProcessorroundEnv - The RoundEnvironment.annotation - The annotation TypeElement.element - The annotated Element.Copyright © 2015–2021. All rights reserved.