mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
Fix parsing of recursive annotations
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
parent
6c57bd9174
commit
e1d91f153b
@ -117,7 +117,7 @@ public class Classes {
|
||||
}
|
||||
|
||||
case '@':
|
||||
return parseAnnotation(loader, pool, in);
|
||||
return getAnnotation(loader, parseAnnotation(loader, pool, in));
|
||||
|
||||
case '[': {
|
||||
Object[] array = new Object[read2(in)];
|
||||
|
Loading…
Reference in New Issue
Block a user