@UsesJava8

Issue: SPR-14958
This commit is contained in:
Juergen Hoeller 2016-12-01 14:23:59 +01:00
parent 5fee5f39ea
commit 149acdae7d
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import org.springframework.format.AnnotationFormatterFactory;
import org.springframework.format.Parser;
import org.springframework.format.Printer;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.lang.UsesJava8;
/**
* Formats fields annotated with the {@link DateTimeFormat} annotation using the
@ -42,6 +43,7 @@ import org.springframework.format.annotation.DateTimeFormat;
* @since 4.0
* @see org.springframework.format.annotation.DateTimeFormat
*/
@UsesJava8
public class Jsr310DateTimeFormatAnnotationFormatterFactory extends EmbeddedValueResolutionSupport
implements AnnotationFormatterFactory<DateTimeFormat> {