mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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 FieldModel
|
||||
extends WritableElement<FieldModel>, CompoundElement<FieldElement>, AttributedElement, ClassElement
|
||||
extends CompoundElement<FieldElement>, AttributedElement, ClassElement
|
||||
permits BufferedFieldBuilder.Model, FieldImpl {
|
||||
|
||||
/** {@return the access flags} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue