Uses of Class
gnu.bytecode.RuntimeAnnotationsAttr
Packages that use RuntimeAnnotationsAttr
Package
Description
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class
files.-
Uses of RuntimeAnnotationsAttr in gnu.bytecode
Methods in gnu.bytecode that return RuntimeAnnotationsAttrModifier and TypeMethodDescriptionstatic RuntimeAnnotationsAttr
RuntimeAnnotationsAttr.getAnnotationsAttr
(AttrContainer container, String name) static RuntimeAnnotationsAttr
RuntimeAnnotationsAttr.getRuntimeInvisibleAnnotations
(AttrContainer container) Get or create a RuntimeInvisibleAnnotations attribute.static RuntimeAnnotationsAttr
RuntimeAnnotationsAttr.getRuntimeVisibleAnnotations
(AttrContainer container) Get or create a RuntimeVisibleAnnotations attribute.