Update TODO for SPR-13280

master
Sam Brannen 9 years ago
parent 47e1724d0e
commit aae0bd2fb4
  1. 2
      spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassBeanDefinitionReader.java

@ -243,7 +243,7 @@ class ConfigurationClassBeanDefinitionReader {
// Consider scoping
ScopedProxyMode proxyMode = ScopedProxyMode.NO;
// TODO Determine why type is hard coded to org.springframework.context.annotation.Scope,
// TODO [SPR-13280] Determine why type is hard coded to org.springframework.context.annotation.Scope,
// since AnnotationScopeMetadataResolver supports a custom scope annotation type.
AnnotationAttributes attributes = AnnotationConfigUtils.attributesFor(metadata, Scope.class);
if (attributes != null) {

Loading…
Cancel
Save