Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ma yanling
hutool-5-master
Commits
6d2654a3
Commit
6d2654a3
authored
Sep 29, 2024
by
ustchcs
Browse files
xuling
parent
3f17a183
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
hutool-core/src/main/java/cn/hutool/core/annotation/AbstractAnnotationSynthesizer.java
...hutool/core/annotation/AbstractAnnotationSynthesizer.java
+2
-0
No files found.
hutool-core/src/main/java/cn/hutool/core/annotation/AbstractAnnotationSynthesizer.java
View file @
6d2654a3
...
@@ -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
;
/**
/**
* 包含根注解以及其元注解在内的全部注解实例
* 包含根注解以及其元注解在内的全部注解实例
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment