Skip to content

Commit 86f10e7

Browse files
authored
javadoc only - RequiresBean use code instead of link (#748)
Fixes a javadoc issue with use of link
1 parent a0b9ad4 commit 86f10e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Class<?>[] missing() default {};
5151

5252
/**
53-
* Expresses that a {@link @Named} or {@link @Qualifier} annotation marker of the given name should be
53+
* Expresses that a {@code @Named} or {@code @Qualifier} annotation marker of the given name should be
5454
* available in the {@link BeanScope}.
5555
*
5656
* @return the names of beans to check

0 commit comments

Comments
 (0)