mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8312491: Update Classfile API snippets and examples
Reviewed-by: jlahoda
This commit is contained in:
parent
69c9ec92d0
commit
744b3970f9
62 changed files with 3384 additions and 83 deletions
|
@ -72,6 +72,7 @@ import jdk.internal.classfile.impl.UnboundAttribute;
|
|||
* corresponding model type. Additionally, all attributes are accessible
|
||||
* directly from the corresponding model type through {@link
|
||||
* AttributedElement#findAttribute(AttributeMapper)}.
|
||||
* @param <A> the attribute type
|
||||
*/
|
||||
public sealed interface Attribute<A extends Attribute<A>>
|
||||
extends WritableElement<A>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue