Skip to content

Commit 10d0154

Browse files
author
Maciej Rosiek
committed
Refactored AdvisoryLock to more extendable form
1 parent 03e752c commit 10d0154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/zalando/sprocwrapper/SProcCall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* @author jmussler
1515
*/
16-
@Retention(RetentionPolicy.SOURCE)
16+
@Retention(RetentionPolicy.RUNTIME)
1717
@Target(ElementType.METHOD)
1818
@Inherited
1919
public @interface SProcCall {

0 commit comments

Comments
 (0)