Skip to content

Commit b2b4ceb

Browse files
committed
Use runtime retention in Prototype annotation
1 parent d8c4968 commit b2b4ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inject/src/main/java/io/avaje/inject/Prototype.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
* }</pre>
2121
*/
2222
@Target({ElementType.TYPE, ElementType.METHOD})
23-
@Retention(RetentionPolicy.SOURCE)
23+
@Retention(RetentionPolicy.RUNTIME)
2424
public @interface Prototype {
2525
}

0 commit comments

Comments
 (0)