@SupportedAnnotationTypes(value="javax.xml.bind.annotation.XmlRootElement") @SupportedSourceVersion(value=RELEASE_8) public class WebCompProcessor extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
WEBCOMP_RESOURCE_FILE
The bridje web components resources file path.
|
processingEnv| Constructor and Description |
|---|
WebCompProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic static final String WEBCOMP_RESOURCE_FILE
public void init(ProcessingEnvironment processingEnv)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2015–2016 Bridje Framework. All rights reserved.