Prevent instantiation of AnnotatedElementUtils
Closes gh-1848
This commit is contained in:
parent
65a6a04853
commit
28e402bc76
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue