public interface AggregateAnnotation extends Annotation
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
getAnnotations()
获取聚合中的全部注解对象
|
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType)
在聚合中是否存在的指定类型注解对象
|
annotationType, equals, hashCode, toStringboolean isAnnotationPresent(Class<? extends Annotation> annotationType)
annotationType - 注解类型Annotation[] getAnnotations()
Copyright © 2025. All rights reserved.