for (int i = 0; i < attrs.length; i++)
{
Attribute attr = attrs[i];
if (attr instanceof RuntimeVisibleAnnotations)
{
RuntimeVisibleAnnotations rva = (RuntimeVisibleAnnotations) attr;
AnnotationEntry[] annos = rva.getAnnotationEntries();
for (int j = 0; j < annos.length; j++)
{
AnnotationEntry a = annos[j];
annotationGenObjs.add(new AnnotationEntryGen(a,
getConstantPool(), false));