Uses of Class
gnu.bytecode.RuntimeAnnotationsAttr
-
Packages that use RuntimeAnnotationsAttr Package Description gnu.bytecode 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 RuntimeAnnotationsAttr Modifier and Type Method Description static 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.
-