public class EnvironmentVariableAnnotationProcessor extends AbstractAnnotationProcessor<EnvironmentVariable>
| Constructor and Description |
|---|
EnvironmentVariableAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
processAnnotation(EnvironmentVariable environmentVariable,
Field field)
Process an annotation of type T.
|
missingAttributeValue, rejectIfEmptypublic EnvironmentVariableAnnotationProcessor()
public Object processAnnotation(EnvironmentVariable environmentVariable, Field field) throws AnnotationProcessingException
AnnotationProcessorenvironmentVariable - 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.