File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
vertx-sql-client-template/src/main/java/io/vertx/sqlclient/template/annotations Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 6
6
import java .lang .annotation .Target ;
7
7
8
8
/**
9
- * Annotate a Vert.x data object property for custom configuration of this property
10
- * when it is mapped to a column.
9
+ * Annotate a Vert.x data object property for custom configuration when it is mapped to a column.
11
10
*/
12
11
@ Retention (RetentionPolicy .RUNTIME )
13
12
@ Target ({ElementType .METHOD , ElementType .FIELD })
Original file line number Diff line number Diff line change 6
6
import java .lang .annotation .Target ;
7
7
8
8
/**
9
- * Annotate a Vert.x data object property for custom configuration when this property when
10
- * it is mapped to a template parameter.
9
+ * Annotate a Vert.x data object property for custom configuration when it is mapped to a template parameter.
11
10
*/
12
11
@ Retention (RetentionPolicy .RUNTIME )
13
12
@ Target ({ElementType .METHOD , ElementType .FIELD })
You can’t perform that action at this time.
0 commit comments