Skip to content

Commit 8bcbc74

Browse files
committed
Minor doc
1 parent 4d13bf8 commit 8bcbc74

File tree

1 file changed

+3
-0
lines changed
  • vertx-sql-client-templates/src/main/java/io/vertx/sqlclient/templates/annotations

1 file changed

+3
-0
lines changed

vertx-sql-client-templates/src/main/java/io/vertx/sqlclient/templates/annotations/RowMapped.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
@Target({ElementType.TYPE})
1616
public @interface RowMapped {
1717

18+
/**
19+
* @return the row name formatter, default maps to lower camel case.
20+
*/
1821
Class<? extends Case> formatter() default LowerCamelCase.class;
1922

2023
}

0 commit comments

Comments
 (0)