Update TODO for SPR-13280

This commit is contained in:
Sam Brannen
2015-07-25 21:53:09 +02:00
parent 47e1724d0e
commit aae0bd2fb4

View File

@@ -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) {