Uses of Interface
io.github.dmlloyd.classfile.attribute.AnnotationDefaultAttribute
Packages that use AnnotationDefaultAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of AnnotationDefaultAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type AnnotationDefaultAttributeModifier and TypeMethodDescriptionAttributes.annotationDefault()Returns the mapper for theAnnotationDefaultattribute. -
Uses of AnnotationDefaultAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return AnnotationDefaultAttributeModifier and TypeMethodDescriptionstatic AnnotationDefaultAttributeAnnotationDefaultAttribute.of(AnnotationValue annotationDefault) Returns anAnnotationDefaultattribute.