Remove unnecessary @SuppressWarnings
See gh-27807
This commit is contained in:
committed by
Stephane Nicoll
parent
aa302515a4
commit
d836fb4a7a
@@ -182,7 +182,6 @@ class ConfigurationClassBeanDefinitionReader {
|
||||
* Read the given {@link BeanMethod}, registering bean definitions
|
||||
* with the BeanDefinitionRegistry based on its contents.
|
||||
*/
|
||||
@SuppressWarnings("deprecation") // for RequiredAnnotationBeanPostProcessor.SKIP_REQUIRED_CHECK_ATTRIBUTE
|
||||
private void loadBeanDefinitionsForBeanMethod(BeanMethod beanMethod) {
|
||||
ConfigurationClass configClass = beanMethod.getConfigurationClass();
|
||||
MethodMetadata metadata = beanMethod.getMetadata();
|
||||
|
||||
Reference in New Issue
Block a user