annotation详解三

处理annotation帮助类

AnnotationUtils

AnnotationUtils是一个专门用于处理复杂注解问题的类。

会保存反射的缓存结果,处理了@AliasFor

AnnotatedElementUtils

AnnotatedElementUtils defines the public API for Spring’s meta-annotation programming model with support for annotation attribute overrides. If you do not need support for annotation attribute overrides, consider using AnnotationUtils instead.

猜你喜欢

转载自blog.csdn.net/u013179884/article/details/79965164