8312491: Update Classfile API snippets and examples

Reviewed-by: jlahoda
This commit is contained in:
Adam Sotona 2023-09-05 08:48:39 +00:00
parent 69c9ec92d0
commit 744b3970f9
62 changed files with 3384 additions and 83 deletions

View file

@ -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>