Merge pull request #1848 from cheese10yun:master

* pr/1848:
  Prevent instantiation of AnnotatedElementUtils
This commit is contained in:
Stephane Nicoll
2018-06-11 08:34:11 +02:00

View File

@@ -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.