Remove unused @Import

This commit is contained in:
Yanming Zhou
2018-06-07 08:55:55 +08:00
committed by Dave Syer
parent 3904f9bbea
commit 3080803aa4

View File

@@ -46,7 +46,6 @@ import org.springframework.retry.backoff.BackOffPolicy;
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Import(RetryConfiguration.class)
@Documented
public @interface Backoff {