public class MergedAnnotation extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Object> |
getAliasValues() |
Annotation |
getAnnotation() |
SortedMap<Integer,Set<MergedAnnotation>> |
getHierarchyAnnotations() |
<A extends Annotation> |
getMatchedAnnotation(Class<A> annotationType) |
<A extends Annotation> |
getMatchedRepeatableAnnotation(Class<A> annotationType) |
boolean |
isAlias() |
boolean |
isRepeatable() |
public <A extends Annotation> MatchedMergedAnnotation<A> getMatchedAnnotation(Class<A> annotationType)
public <A extends Annotation> Set<MatchedMergedAnnotation<A>> getMatchedRepeatableAnnotation(Class<A> annotationType)
public SortedMap<Integer,Set<MergedAnnotation>> getHierarchyAnnotations()
public Annotation getAnnotation()
public boolean isRepeatable()
public boolean isAlias()
Copyright © 2024 fossc. All rights reserved.