We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c79092 commit f3c1417Copy full SHA for f3c1417
spring-boot-data-aggregator-core/src/main/java/io/github/lvyahui8/spring/aggregate/model/DependType.java
@@ -1,10 +1,18 @@
1
package io.github.lvyahui8.spring.aggregate.model;
2
3
/**
4
+ * The dependency type of the parameter of the data provider's method
5
+ *
6
* @author lvyahui (lvyahui8@gmail.com,lvyahui8@126.com)
7
* @since 2019/6/3 22:44
8
*/
9
public enum DependType {
10
+ /**
11
+ * Caller passed parameters
12
+ */
13
INVOKE_PARAM,
14
15
+ * Parameters that require automatic injection
16
17
OTHER_MODEL
18
}
0 commit comments