@SupportedAnnotationTypes(value="org.bridje.ioc.Component") @SupportedSourceVersion(value=RELEASE_8) public class ComponentProcessor extends AbstractProcessor
Component annotation.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENTS_RESOURCE_FILE |
processingEnv| Constructor and Description |
|---|
ComponentProcessor() |
| 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 COMPONENTS_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.