Skip to content

Commit cb64bc3

Browse files
committed
docs: enhance documentation at sql annotation
Signed-off-by: Otavio Santana <[email protected]>
1 parent 072fe63 commit cb64bc3

File tree

1 file changed

+5
-0
lines changed
  • jnosql-nosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/mapping

1 file changed

+5
-0
lines changed

jnosql-nosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/mapping/SQL.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,10 @@
6363
public @interface SQL {
6464

6565

66+
/**
67+
* The SQL query to associate with the annotated method or element.
68+
*
69+
* @return The SQL query to associate with the annotated method or element.
70+
*/
6671
String value();
6772
}

0 commit comments

Comments
 (0)