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.classfiles. -
-
Uses of RuntimeAnnotationsAttr in gnu.bytecode
Methods in gnu.bytecode that return RuntimeAnnotationsAttr Modifier and Type Method Description static 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.
-