diff --git a/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java b/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java index 9e86e3f464..29252fa3ca 100644 --- a/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java +++ b/spring-core/src/main/java/org/springframework/core/annotation/AnnotatedElementUtils.java @@ -94,7 +94,7 @@ import org.springframework.util.MultiValueMap; * @see AnnotationUtils * @see BridgeMethodResolver */ -public class AnnotatedElementUtils { +public abstract class AnnotatedElementUtils { /** * {@code null} constant used to denote that the search algorithm should continue.