Commit 6d2654a3 authored by ustchcs's avatar ustchcs
Browse files

xuling

parent 3f17a183
...@@ -6,6 +6,7 @@ import cn.hutool.core.lang.Assert; ...@@ -6,6 +6,7 @@ import cn.hutool.core.lang.Assert;
import cn.hutool.core.map.MapUtil; import cn.hutool.core.map.MapUtil;
import cn.hutool.core.util.ObjectUtil; import cn.hutool.core.util.ObjectUtil;
import java.lang.annotation.Annotation; import java.lang.annotation.Annotation;
import java.util.Collection; import java.util.Collection;
import java.util.Comparator; import java.util.Comparator;
...@@ -26,6 +27,7 @@ public abstract class AbstractAnnotationSynthesizer<T> implements AnnotationSynt ...@@ -26,6 +27,7 @@ public abstract class AbstractAnnotationSynthesizer<T> implements AnnotationSynt
*/ */
protected final T source; protected final T source;
/** /**
* 包含根注解以及其元注解在内的全部注解实例 * 包含根注解以及其元注解在内的全部注解实例
*/ */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment