8332101: Add an @since
to StandardOperation:REMOVE
in jdk.dynalink
Reviewed-by: jpai
This commit is contained in:
parent
f398cd2250
commit
f9f8d0b480
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,6 +95,8 @@ public enum StandardOperation implements Operation {
|
||||
* <code>(receiver)→void</code> when used with {@link NamedOperation},
|
||||
* with all parameters being of any type (either primitive
|
||||
* or reference). This operation must always be used as part of a {@link NamespaceOperation}.
|
||||
*
|
||||
* @since 10
|
||||
*/
|
||||
REMOVE,
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user