org.springframework.test.annotation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-test Show documentation
Show all versions of spring-test Show documentation
Spring TestContext Framework
/**
* Support classes for annotation-driven tests.
*/
@NonNullApi
@NonNullFields
package org.springframework.test.annotation;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;