类 AnnotationCacheKey
- java.lang.Object
-
- com.github.xiaoymin.knife4j.core.model.AnnotationCacheKey
-
- 所有已实现的接口:
Comparable<AnnotationCacheKey>
public class AnnotationCacheKey extends Object implements Comparable<AnnotationCacheKey>
- 作者:
- xiaoymin@foxmail.com 2019/06/12 22:26
-
-
构造器概要
构造器 构造器 说明 AnnotationCacheKey(AnnotatedElement element, Class<? extends Annotation> annotationType)
-
-
-
构造器详细资料
-
AnnotationCacheKey
public AnnotationCacheKey(AnnotatedElement element, Class<? extends Annotation> annotationType)
-
-
方法详细资料
-
compareTo
public int compareTo(AnnotationCacheKey other)
- 指定者:
compareTo在接口中Comparable<AnnotationCacheKey>
-
-