Skip to content

Commit 492a8e7

Browse files
author
Janith Bandara
committed
Added @Nonbinding annotation
1 parent 1006073 commit 492a8e7

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/org/audit4j/core/annotation

1 file changed

+2
-0
lines changed

src/main/java/org/audit4j/core/annotation/Audit.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
* Selection.
6161
*/
6262
@Deprecated
63+
@Nonbinding
6364
public SelectionType selection() default SelectionType.ALL;
6465

6566
/**
@@ -70,6 +71,7 @@
7071
* Repository.
7172
*/
7273
@Deprecated
74+
@Nonbinding
7375
public String tag() default "default";
7476

7577
/**

0 commit comments

Comments
 (0)