polishing

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2891 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2010-02-01 14:51:54 +00:00
parent 37a23acbe2
commit 6ad560d205
2 changed files with 9 additions and 9 deletions
@@ -1,5 +1,6 @@
/*
* Copyright 2002-2008 the original author or authors.
* Copyright 2002-2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,11 +22,11 @@ import org.springframework.beans.factory.config.BeanDefinitionHolder;
import org.springframework.beans.factory.config.DependencyDescriptor;
/**
* {@link AutowireCandidateResolver} implementation to use when Java version
* is less than 1.5 and therefore no annotation support is available. This
* implementation checks the bean definition only.
* {@link AutowireCandidateResolver} implementation to use when no annotation
* support is available. This implementation checks the bean definition only.
*
* @author Mark Fisher
* @author Juergen Hoeller
* @since 2.5
* @see BeanDefinition#isAutowireCandidate()
*/