public class AnnotationCacheKey extends Object implements Comparable<AnnotationCacheKey>
| 构造器和说明 |
|---|
AnnotationCacheKey(AnnotatedElement element,
Class<? extends Annotation> annotationType) |
public AnnotationCacheKey(AnnotatedElement element, Class<? extends Annotation> annotationType)
public int compareTo(AnnotationCacheKey other)
compareTo 在接口中 Comparable<AnnotationCacheKey>Copyright © 2021. All rights reserved.