We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@since
StandardOperation:REMOVE
jdk.dynalink
1 parent f398cd2 commit f9f8d0bCopy full SHA for f9f8d0b
src/jdk.dynalink/share/classes/jdk/dynalink/StandardOperation.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -95,6 +95,8 @@ public enum StandardOperation implements Operation {
95
* <code>(receiver)→void</code> when used with {@link NamedOperation},
96
* with all parameters being of any type (either primitive
97
* or reference). This operation must always be used as part of a {@link NamespaceOperation}.
98
+ *
99
+ * @since 10
100
*/
101
REMOVE,
102
/**
0 commit comments