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 RuntimeAnnotationsAttrRuntimeAnnotationsAttr.getAnnotationsAttr(AttrContainer container, String name) static RuntimeAnnotationsAttrRuntimeAnnotationsAttr.getRuntimeInvisibleAnnotations(AttrContainer container) Get or create a RuntimeInvisibleAnnotations attribute.static RuntimeAnnotationsAttrRuntimeAnnotationsAttr.getRuntimeVisibleAnnotations(AttrContainer container) Get or create a RuntimeVisibleAnnotations attribute.