Class UnboundAttribute.CustomAttribute<T extends UnboundAttribute.CustomAttribute<T>>

java.lang.Object
org.glavo.classfile.impl.AbstractElement
org.glavo.classfile.impl.UnboundAttribute<T>
org.glavo.classfile.impl.UnboundAttribute.CustomAttribute<T>
All Implemented Interfaces:
Attribute<T>, ClassfileElement, WritableElement<T>
Direct Known Subclasses:
CustomAttribute
Enclosing class:
UnboundAttribute<T extends Attribute<T>>

public abstract static sealed class UnboundAttribute.CustomAttribute<T extends UnboundAttribute.CustomAttribute<T>> extends UnboundAttribute<T> permits CustomAttribute<T>
  • Constructor Details