Uses of Interface
io.smallrye.classfile.attribute.SourceFileAttribute
Packages that use SourceFileAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of SourceFileAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type SourceFileAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<SourceFileAttribute> Attributes.sourceFile()Returns the mapper for theSourceFileattribute. -
Uses of SourceFileAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return SourceFileAttributeModifier and TypeMethodDescriptionstatic SourceFileAttributeReturns a source file attribute.static SourceFileAttributeReturns a source file attribute.