From 5cbbe1dc12bf3a550936365b1237a03f1317724f Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Sat, 28 Dec 2024 15:43:59 +1300 Subject: [PATCH] javadoc only - RequiresBean use code instead of link Fixes a javadoc issue with use of link --- inject/src/main/java/io/avaje/inject/RequiresBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inject/src/main/java/io/avaje/inject/RequiresBean.java b/inject/src/main/java/io/avaje/inject/RequiresBean.java index 9728cab2..742c7cc6 100644 --- a/inject/src/main/java/io/avaje/inject/RequiresBean.java +++ b/inject/src/main/java/io/avaje/inject/RequiresBean.java @@ -50,7 +50,7 @@ Class[] missing() default {}; /** - * Expresses that a {@link @Named} or {@link @Qualifier} annotation marker of the given name should be + * Expresses that a {@code @Named} or {@code @Qualifier} annotation marker of the given name should be * available in the {@link BeanScope}. * * @return the names of beans to check