Skip to content

Commit 6e6f816

Browse files
Change retention to class
1 parent 72746f7 commit 6e6f816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nexus-sdk/src/main/java/io/nexusrpc/Experimental.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
* notice. This annotation is inherited.
88
*/
99
@Inherited
10-
@Retention(RetentionPolicy.RUNTIME)
10+
@Retention(RetentionPolicy.CLASS)
1111
@Target({ElementType.FIELD, ElementType.TYPE, ElementType.METHOD})
1212
public @interface Experimental {}

0 commit comments

Comments
 (0)