Skip to content

Commit f3c1417

Browse files
committed
Optimized code
1 parent 1c79092 commit f3c1417

File tree

1 file changed

+8
-0
lines changed
  • spring-boot-data-aggregator-core/src/main/java/io/github/lvyahui8/spring/aggregate/model

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
package io.github.lvyahui8.spring.aggregate.model;
22

33
/**
4+
* The dependency type of the parameter of the data provider's method
5+
*
46
* @author lvyahui (lvyahui8@gmail.com,lvyahui8@126.com)
57
* @since 2019/6/3 22:44
68
*/
79
public enum DependType {
10+
/**
11+
* Caller passed parameters
12+
*/
813
INVOKE_PARAM,
14+
/**
15+
* Parameters that require automatic injection
16+
*/
917
OTHER_MODEL
1018
}

0 commit comments

Comments
 (0)