类 MergedAnnotationsCollection

java.lang.Object
cn.taketoday.core.annotation.MergedAnnotationsCollection
所有已实现的接口:
MergedAnnotations, Iterable<MergedAnnotation<Annotation>>

final class MergedAnnotationsCollection extends Object implements MergedAnnotations
MergedAnnotations implementation backed by a Collection of MergedAnnotation instances that represent direct annotations.
从以下版本开始:
4.0
作者:
Phillip Webb, Harry Yang
另请参阅: