line 56:
throw new RuntimeException("Only methods in subclasses of " + AbstractBox.class.getName() + " can be annotated with DoNotParseDetail");
should be:
throw new RuntimeException("Only methods in subclasses of " + AbstractBox.class.getName() + " can be annotated with ParseDetail");
Original issue reported on code.google.com by osborn.j...@gmail.com on 25 Jun 2012 at 8:50
Original issue reported on code.google.com by
osborn.j...@gmail.com
on 25 Jun 2012 at 8:50