Type Annotations clarification
Eric McCorkle
eric.mccorkle at oracle.com
Fri Mar 7 17:35:56 UTC 2014
Hello,
I need clarification for a specific case:
class Outer {
class Inner {}
}
And a type use of:
@A Outer.Inner @B [] @C []
The type path for @A is clearly [ARRAY, ARRAY, INNER_TYPE]
However, should the type path for @B and @C contain an INNER_TYPE as well?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eric_mccorkle.vcf
Type: text/x-vcard
Size: 303 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20140307/2a9dda94/eric_mccorkle.vcf
More information about the compiler-dev
mailing list