mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-18 00:49:02 +00:00
Prevent instantiation of AnnotatedElementUtils
Closes gh-1848
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user