Polish Javadoc

This commit is contained in:
Sam Brannen 2013-06-14 16:05:17 +02:00
parent b78dcc59fe
commit e12311e364
1 changed files with 2 additions and 1 deletions

View File

@ -20,10 +20,11 @@ package org.springframework.context.annotation;
* A {@link Condition} that offers more fine-grained control when used with
* {@code @Configuration}. Allows certain {@link Condition}s to adapt when they match
* based on the configuration phase. For example, a condition that checks if a bean has
* already been registered might choose to only be evaluated on the
* already been registered might choose to only be evaluated during the
* {@link ConfigurationPhase#REGISTER_BEAN REGISTER_BEAN} {@link ConfigurationPhase}.
*
* @author Phillip Webb
* @since 4.0
*/
public interface ConfigurationCondition extends Condition {