提交 82f301f4 编写于 作者: S Sam Brannen

Polishing

上级 e6ab6c9f
...@@ -35,7 +35,7 @@ import org.springframework.util.ClassUtils; ...@@ -35,7 +35,7 @@ import org.springframework.util.ClassUtils;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
/** /**
* ASM class visitor to create {@link SimpleAnnotationMetadata}. * ASM class visitor that creates {@link SimpleAnnotationMetadata}.
* *
* @author Phillip Webb * @author Phillip Webb
* @since 5.2 * @since 5.2
......
...@@ -26,11 +26,10 @@ import org.springframework.asm.SpringAsmInfo; ...@@ -26,11 +26,10 @@ import org.springframework.asm.SpringAsmInfo;
import org.springframework.asm.Type; import org.springframework.asm.Type;
import org.springframework.core.annotation.MergedAnnotation; import org.springframework.core.annotation.MergedAnnotation;
import org.springframework.core.annotation.MergedAnnotations; import org.springframework.core.annotation.MergedAnnotations;
import org.springframework.core.type.MethodMetadata;
import org.springframework.lang.Nullable; import org.springframework.lang.Nullable;
/** /**
* {@link MethodMetadata} returned from a {@link SimpleMetadataReader}. * ASM method visitor that creates {@link SimpleMethodMetadata}.
* *
* @author Phillip Webb * @author Phillip Webb
* @since 5.2 * @since 5.2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册