add support for the RuntimeVisibleParameterAnnotations attribute

This commit is contained in:
Joel Dice
2013-04-30 22:55:59 -06:00
parent b1840a297d
commit 529c7a17fb
3 changed files with 34 additions and 9 deletions

View File

@ -13,4 +13,5 @@ package avian;
public class MethodAddendum extends Addendum {
public Object exceptionTable;
public Object annotationDefault;
public Object parameterAnnotationTable;
}