Nullability refinements and related polishing

Includes fix for typo in visitor class names.

See gh-22909
This commit is contained in:
Juergen Hoeller
2019-05-08 00:27:47 +02:00
parent 7031964e49
commit c5b3848357
16 changed files with 126 additions and 109 deletions

View File

@@ -18,11 +18,10 @@ package org.springframework.core.type.classreading;
import org.springframework.core.type.AbstractAnnotationMetadataTests;
import org.springframework.core.type.AnnotationMetadata;
import org.springframework.core.type.classreading.SimpleMetadataReaderFactory;
/**
* Tests for {@link SimpleAnnotationMetadata} and
* {@link SimpleAnnotationMetadataReadingVistor}.
* {@link SimpleAnnotationMetadataReadingVisitor}.
*
* @author Phillip Webb
*/

View File

@@ -18,11 +18,10 @@ package org.springframework.core.type.classreading;
import org.springframework.core.type.AbstractMethodMetadataTests;
import org.springframework.core.type.AnnotationMetadata;
import org.springframework.core.type.classreading.SimpleMetadataReaderFactory;
/**
* Tests for {@link SimpleMethodMetadata} and
* {@link SimpleMethodMetadataReadingVistor}.
* {@link SimpleMethodMetadataReadingVisitor}.
*
* @author Phillip Webb
*/