public class I18NPropertyAnnotationProcessor extends AbstractAnnotationProcessor<I18NProperty>
| Constructor and Description |
|---|
I18NPropertyAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
processAnnotation(I18NProperty property,
Field field)
Process an annotation of type T.
|
missingAttributeValue, rejectIfEmptypublic Object processAnnotation(I18NProperty 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.