mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8230681: Add @since tag to java.io.Serial
Reviewed-by: lancea, bpb
This commit is contained in:
parent
8b42387ea6
commit
cebd13dbaa
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ import java.lang.annotation.*;
|
|||
*
|
||||
* @see Serializable
|
||||
* @see Externalizable
|
||||
* @since 14
|
||||
*/
|
||||
@Target({ElementType.METHOD, ElementType.FIELD})
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue