mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -80,7 +80,7 @@ import jdk.internal.javac.PreviewFeature;
|
|||
*/
|
||||
@PreviewFeature(feature = PreviewFeature.Feature.CLASSFILE_API)
|
||||
public sealed interface Attribute<A extends Attribute<A>>
|
||||
extends WritableElement<A>
|
||||
extends ClassFileElement
|
||||
permits AnnotationDefaultAttribute, BootstrapMethodsAttribute,
|
||||
CharacterRangeTableAttribute, CodeAttribute, CompilationIDAttribute,
|
||||
ConstantValueAttribute, DeprecatedAttribute, EnclosingMethodAttribute,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue