T - 解析注解的目标类型public class ConfigOptionAnnotationProcessor<T extends AnnotatedElement> extends Object
ConfigOption解析器,用于快速搭建带缓存功能的注解处理器| 构造器和说明 |
|---|
ConfigOptionAnnotationProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getNamespace(OperateConfigurationParser<OperationConfiguration> parser) |
protected top.xiajibagao.annotation.ConfigOption |
parseAnnotation(AnnotatedElement annotatedElement)
获取
ConfigOption注解 |
void |
process(T annotatedElement,
Object target) |
protected String getNamespace(OperateConfigurationParser<OperationConfiguration> parser)
protected top.xiajibagao.annotation.ConfigOption parseAnnotation(AnnotatedElement annotatedElement)
ConfigOption注解annotatedElement - 注解元素Copyright © 2022. All rights reserved.