@SupportedAnnotationTypes(value="org.uberfire.client.annotations.WorkbenchPopup") @SupportedSourceVersion(value=RELEASE_8) public class WorkbenchPopupProcessor extends AbstractErrorAbsorbingProcessor
WorkbenchPopup and related annotationsprocessingEnv| Constructor and Description |
|---|
WorkbenchPopupProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processWithExceptions(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
Same contract as
AbstractErrorAbsorbingProcessor.process(Set, RoundEnvironment), except that any
exceptions thrown are caught and printed as messages of type
Diagnostic.Kind.ERROR. |
init, process, rememberInitializationError, writeCodegetCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic boolean processWithExceptions(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) throws IOException
AbstractErrorAbsorbingProcessorAbstractErrorAbsorbingProcessor.process(Set, RoundEnvironment), except that any
exceptions thrown are caught and printed as messages of type
Diagnostic.Kind.ERROR. This is done to keep Eclipse JDT from going into an
infinite processing loop.processWithExceptions in class AbstractErrorAbsorbingProcessorIOExceptionCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.