Browse Source

Add missing @since tag to SimpleKey

pull/301/head
Sam Brannen 13 years ago
parent
commit
b122ca688b
  1. 1
      spring-context/src/main/java/org/springframework/cache/interceptor/SimpleKey.java

1
spring-context/src/main/java/org/springframework/cache/interceptor/SimpleKey.java vendored

@ -26,6 +26,7 @@ import org.springframework.util.StringUtils; @@ -26,6 +26,7 @@ import org.springframework.util.StringUtils;
* A simple key as returned from the {@link SimpleKeyGenerator}.
*
* @author Phillip Webb
* @since 4.0
* @see SimpleKeyGenerator
*/
public final class SimpleKey implements Serializable {

Loading…
Cancel
Save