Polishing
This commit is contained in:
parent
e6ab6c9fe9
commit
82f301f42f
|
|
@ -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;
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue