File tree 2 files changed +4
-4
lines changed
src/main/java/org/apache/ibatis/annotations
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
*/
73
73
Class <?> type () default void .class ;
74
74
75
+ // @formatter:off
75
76
/**
76
77
* Specify a method for providing an SQL.
77
78
* <p>
78
79
* Since 3.5.1, this attribute can omit.
79
80
* <p>
80
81
* If this attribute omit, the MyBatis will call a method that decide by following rules.
81
82
*
82
- * <pre>
83
83
* <ul>
84
84
* <li>
85
85
* If class that specified the {@link #type()} attribute implements the
93
93
* specified type.
94
94
* </li>
95
95
* </ul>
96
- * </pre>
97
96
*
98
97
* @return a method name of method for providing an SQL
99
98
*/
99
+ // @formatter:on
100
100
String method () default "" ;
101
101
102
102
/**
Original file line number Diff line number Diff line change 73
73
*/
74
74
Class <?> type () default void .class ;
75
75
76
+ // @formatter:off
76
77
/**
77
78
* Specify a method for providing an SQL.
78
79
* <p>
79
80
* Since 3.5.1, this attribute can omit. If this attribute omit, the MyBatis will call a method that decide by
80
81
* following rules.
81
82
*
82
- * <pre>
83
83
* <ul>
84
84
* <li>
85
85
* If class that specified the {@link #type()} attribute implements the
92
92
* the MyBatis will search and use a fallback method that named <code>provideSql</code> from specified type
93
93
* </li>
94
94
* </ul>
95
- * </pre>
96
95
*
97
96
* @return a method name of method for providing an SQL
98
97
*/
98
+ // @formatter:on
99
99
String method () default "" ;
100
100
101
101
/**
You can’t perform that action at this time.
0 commit comments