8230681: Add @since tag to java.io.Serial

Reviewed-by: lancea, bpb
This commit is contained in:
Joe Darcy 2019-09-05 15:55:57 -07:00
parent 8b42387ea6
commit cebd13dbaa

View file

@ -95,6 +95,7 @@ import java.lang.annotation.*;
* *
* @see Serializable * @see Serializable
* @see Externalizable * @see Externalizable
* @since 14
*/ */
@Target({ElementType.METHOD, ElementType.FIELD}) @Target({ElementType.METHOD, ElementType.FIELD})
@Retention(RetentionPolicy.SOURCE) @Retention(RetentionPolicy.SOURCE)