DATAES-638 - Polishing.

This commit is contained in:
P.J. Meisch 2019-08-14 19:52:14 +02:00 committed by Peter-Josef Meisch
parent 1e96f7f3b4
commit 9cb9c72acc

View File

@ -15,7 +15,11 @@
*/ */
package org.springframework.data.elasticsearch.annotations; package org.springframework.data.elasticsearch.annotations;
import java.lang.annotation.*; import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/** /**
* @author Rizwan Idrees * @author Rizwan Idrees