public class PropertyAnnotationProcessor extends AbstractAnnotationProcessor<Property>
| Constructor and Description |
|---|
PropertyAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
processAnnotation(Property property,
Field field)
Process an annotation of type T.
|
missingAttributeValue, rejectIfEmptypublic Object processAnnotation(Property property, Field field) throws AnnotationProcessingException
AnnotationProcessorproperty - the annotation to process.field - the target fieldnull if the value should be ignoredAnnotationProcessingException - thrown if an exception occurs during annotation processingCopyright © 2020. All rights reserved.