Fix copyrights

This commit is contained in:
Dave Syer
2014-04-22 16:29:40 +01:00
parent 705eabcbf8
commit 40e7777428
5 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2013 the original author or authors.
* Copyright 2013-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -44,6 +44,7 @@ import org.springframework.retry.support.RetryTemplate;
* delegates to an appropriate RetryOperationsInterceptor.
*
* @author Dave Syer
* @since 2.0
*
*/
public class AnnotationAwareRetryOperationsInterceptor implements MethodInterceptor {

View File

@@ -40,6 +40,7 @@ import org.springframework.retry.backoff.BackOffPolicy;
* </ul>
*
* @author Dave Syer
* @since 2.0
*
*/
@Target(ElementType.TYPE)

View File

@@ -31,6 +31,7 @@ import org.springframework.context.annotation.Import;
* the annotations.
*
* @author Dave Syer
* @since 2.0
*
*/
@Target(ElementType.TYPE)

View File

@@ -43,6 +43,7 @@ import org.springframework.retry.policy.RetryContextCache;
* used by the corresponding retry interceptor (otherwise sensible defaults are adopted).
*
* @author Dave Syer
* @since 2.0
*
*/
@SuppressWarnings("serial")

View File

@@ -28,6 +28,7 @@ import org.springframework.context.annotation.Import;
* Annotation for a method invocation that is retryable.
*
* @author Dave Syer
* @since 2.0
*
*/
@Target({ ElementType.METHOD, ElementType.TYPE })