@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, process
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
public void process(Element dtoElement)
GenProcessor
process
in class GenProcessor
dtoElement
- the annotated element.Copyright © 2010–2014 Arcbees. All rights reserved.