128129130131132133134135136137138
* * @see #setAnnotations(Annotation[][]) */ public Annotation[][] getAnnotations() { try { return new Parser(info, constPool).parseParameters(); } catch (Exception e) { throw new RuntimeException(e.toString()); } }