Skip to content

Commit

Permalink
feat: include parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Feb 21, 2024
1 parent 08ebe51 commit 02f4fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/nosql/Column.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @since 1.0.0
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
@Target({ElementType.FIELD, ElementType.PARAMETER})
public @interface Column {
/**
* (Optional) The name of the column. Defaults to the property or field name.
Expand Down

0 comments on commit 02f4fbf

Please sign in to comment.