public static JavaAttribute ReadRuntimeVisibleAnnotations(ByteReader reader, JavaConstant[] constants)
 {
     // ATTRIBUTE RUNTIMEANNOTATIONS ANNOTATIONS
     return(new JavaRuntimeAnnotations(true, JavaAnnotation.ReadAll(reader, constants)));
 }