having a valid Java-Class:
public class X {
static class StaticInner {
static class StaticInnerInner {
}
}
public void testAnnotationOnInnerClass() {
final StaticInner.@Nullable StaticInnerInner x = null;
}
}
Then the @Nullable
will not be parsable - even it is the only way to annotate the inner class here.
I think the problem is somewhere in Java.jjtvoid ClassOrInterfaceType():
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4