Class JavaBeanProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.jdesktop.beans.JavaBeanProcessor
- All Implemented Interfaces:
Processor
An annotation processor that creates or updates a manifest with Java-Bean information.
-
Field Summary
Fields inherited from class AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class AbstractProcessor
getCompletions, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
JavaBeanProcessor
public JavaBeanProcessor()
-
-
Method Details
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypesin interfaceProcessor- Overrides:
getSupportedAnnotationTypesin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-