提交 9b7fd8be 编写于 作者: S Sam Brannen

Polish Javadoc for AnnotationUtils

上级 9c6d4b78
...@@ -663,7 +663,7 @@ public abstract class AnnotationUtils { ...@@ -663,7 +663,7 @@ public abstract class AnnotationUtils {
* However, the {@code Map} signature has been preserved for binary compatibility. * However, the {@code Map} signature has been preserved for binary compatibility.
* @param annotation the annotation to retrieve the attributes for * @param annotation the annotation to retrieve the attributes for
* @param classValuesAsString whether to turn Class references into Strings (for * @param classValuesAsString whether to turn Class references into Strings (for
* compatibility with {@link org.springframework.core.type.AnnotationMetadata} * compatibility with {@link org.springframework.core.type.AnnotationMetadata})
* or to preserve them as Class references * or to preserve them as Class references
* @return the Map of annotation attributes, with attribute names as keys and * @return the Map of annotation attributes, with attribute names as keys and
* corresponding attribute values as values; never {@code null} * corresponding attribute values as values; never {@code null}
...@@ -680,11 +680,11 @@ public abstract class AnnotationUtils { ...@@ -680,11 +680,11 @@ public abstract class AnnotationUtils {
* the reflection-based {@link org.springframework.core.type.StandardAnnotationMetadata}. * the reflection-based {@link org.springframework.core.type.StandardAnnotationMetadata}.
* @param annotation the annotation to retrieve the attributes for * @param annotation the annotation to retrieve the attributes for
* @param classValuesAsString whether to convert Class references into Strings (for * @param classValuesAsString whether to convert Class references into Strings (for
* compatibility with {@link org.springframework.core.type.AnnotationMetadata} * compatibility with {@link org.springframework.core.type.AnnotationMetadata})
* or to preserve them as Class references * or to preserve them as Class references
* @param nestedAnnotationsAsMap whether to turn nested Annotation instances into * @param nestedAnnotationsAsMap whether to turn nested Annotation instances into
* {@link AnnotationAttributes} maps (for compatibility with * {@link AnnotationAttributes} maps (for compatibility with
* {@link org.springframework.core.type.AnnotationMetadata} or to preserve them as * {@link org.springframework.core.type.AnnotationMetadata}) or to preserve them as
* Annotation instances * Annotation instances
* @return the annotation attributes (a specialized Map) with attribute names as keys * @return the annotation attributes (a specialized Map) with attribute names as keys
* and corresponding attribute values as values; never {@code null} * and corresponding attribute values as values; never {@code null}
...@@ -714,11 +714,11 @@ public abstract class AnnotationUtils { ...@@ -714,11 +714,11 @@ public abstract class AnnotationUtils {
* Adapt the given value according to the given class and nested annotation settings. * Adapt the given value according to the given class and nested annotation settings.
* @param value the annotation attribute value * @param value the annotation attribute value
* @param classValuesAsString whether to turn Class references into Strings (for * @param classValuesAsString whether to turn Class references into Strings (for
* compatibility with {@link org.springframework.core.type.AnnotationMetadata} * compatibility with {@link org.springframework.core.type.AnnotationMetadata})
* or to preserve them as Class references * or to preserve them as Class references
* @param nestedAnnotationsAsMap whether to turn nested Annotation instances into * @param nestedAnnotationsAsMap whether to turn nested Annotation instances into
* {@link AnnotationAttributes} maps (for compatibility with * {@link AnnotationAttributes} maps (for compatibility with
* {@link org.springframework.core.type.AnnotationMetadata} or to preserve them as * {@link org.springframework.core.type.AnnotationMetadata}) or to preserve them as
* Annotation instances * Annotation instances
* @return the adapted value, or the original value if no adaptation is needed * @return the adapted value, or the original value if no adaptation is needed
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册