public class MavenPropertyAnnotationProcessor extends AbstractAnnotationProcessor<MavenProperty>
META-INF/maven/groupId/artifactId/pom.properties .| Constructor and Description |
|---|
MavenPropertyAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
processAnnotation(MavenProperty mavenAnnotation,
Field field)
Process an annotation of type T.
|
missingAttributeValue, rejectIfEmptypublic Object processAnnotation(MavenProperty mavenAnnotation, Field field) throws AnnotationProcessingException
AnnotationProcessormavenAnnotation - 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.