
@SupportedAnnotationTypes(value="com.gwtplatform.dispatch.annotation.GenDto") public class GenDtoProcessor extends GenProcessor
GenDto annotations.
GenDtoProcessor should only ever be called by tool infrastructure.
See Processor for more details.processingEnv| Constructor and Description |
|---|
GenDtoProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Element dtoElement)
Override this function to receive elements which you've declared in
supported annotations.
|
getEnvironment, getSupportedSourceVersion, init, onProcessingCompleted, onProcessingStarted, printError, printMessage, processgetCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitializedpublic void process(Element dtoElement)
GenProcessorprocess in class GenProcessordtoElement - the annotated element.Copyright © 2010-2014 ArcBees. All Rights Reserved.