mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8335939: Hide element writing across the ClassFile API
Reviewed-by: asotona
This commit is contained in:
parent
e83b4b236e
commit
a2a236f904
50 changed files with 263 additions and 360 deletions
|
@ -42,7 +42,7 @@ import jdk.internal.javac.PreviewFeature;
|
|||
*/
|
||||
@PreviewFeature(feature = PreviewFeature.Feature.CLASSFILE_API)
|
||||
public sealed interface MethodModel
|
||||
extends WritableElement<MethodModel>, CompoundElement<MethodElement>, AttributedElement, ClassElement
|
||||
extends CompoundElement<MethodElement>, AttributedElement, ClassElement
|
||||
permits BufferedMethodBuilder.Model, MethodImpl {
|
||||
|
||||
/** {@return the access flags} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue