File tree Expand file tree Collapse file tree
src/main/java/io/github/scordio/junit/converters Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626/**
2727 * {@code @SpringConversion} is a {@link ConvertWith} composed annotation that converts
28- * arguments using the Spring {@link org.springframework.core.convert.ConversionService
29- * conversion service}.
28+ * arguments using the Spring
29+ * {@linkplain org.springframework.core.convert.ConversionService conversion service}.
3030 * <p>
3131 * <strong>Note:</strong> The annotation requires {@code org.springframework:spring-core}
3232 * available in the test classpath, which is generally the case for Spring applications.
3333 * <p>
3434 * If {@code org.springframework:spring-context} is also available in the test classpath,
35- * the Spring {@link org.springframework.format.annotation format annotations} are also
36- * supported:
35+ * the Spring {@linkplain org.springframework.format.annotation format annotations} are
36+ * also supported:
3737 * <ul>
3838 * <li>{@link org.springframework.format.annotation.NumberFormat @NumberFormat} for
3939 * formatting {@code Number} values such as {@code Double} and {@code Long}</li>
You can’t perform that action at this time.
0 commit comments