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