类的使用
cn.taketoday.core.annotation.MergedAnnotations.Search
使用MergedAnnotations.Search的程序包
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
cn.taketoday.core.annotation中MergedAnnotations.Search的使用
修饰符和类型方法说明static MergedAnnotations.SearchMergedAnnotations.search(MergedAnnotations.SearchStrategy searchStrategy) Find merged annotations using the suppliedMergedAnnotations.SearchStrategyand a fluent API for configuring and performing the search.MergedAnnotations.Search.withAnnotationFilter(AnnotationFilter annotationFilter) Configure theAnnotationFilterto use.MergedAnnotations.Search.withEnclosingClasses(Predicate<Class<?>> searchEnclosingClass) Configure whether the search algorithm should search on enclosing classes.MergedAnnotations.Search.withRepeatableContainers(RepeatableContainers repeatableContainers) Configure theRepeatableContainersto use.