Polishing

This commit is contained in:
Sam Brannen 2019-08-05 15:29:04 +02:00
parent e6ab6c9fe9
commit 82f301f42f
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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