Add missing @since tag to SimpleKey
This commit is contained in:
parent
f1a18d29ba
commit
b122ca688b
|
@ -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…
Reference in New Issue