Polish Javadoc for ConfigurationClassParser

This commit is contained in:
Sam Brannen 2014-02-26 02:22:32 +01:00
parent 979c483384
commit 1ac08e4a1b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2013 the original author or authors. * Copyright 2002-2014 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -344,7 +344,7 @@ class ConfigurationClassParser {
/** /**
* Recursively collect all declared {@code @Import} values. Unlike most * Recursively collect all declared {@code @Import} values. Unlike most
* meta-annotations it is valid to have several {@code @Import}s declared with * meta-annotations it is valid to have several {@code @Import}s declared with
* different values, the usual process or returning values from the first * different values; the usual process of returning values from the first
* meta-annotation on a class is not sufficient. * meta-annotation on a class is not sufficient.
* <p>For example, it is common for a {@code @Configuration} class to declare direct * <p>For example, it is common for a {@code @Configuration} class to declare direct
* {@code @Import}s in addition to meta-imports originating from an {@code @Enable} * {@code @Import}s in addition to meta-imports originating from an {@code @Enable}