Aleksei Valikov wrote:
> Hi.
>
> Which format is the right for inner classes in jaxb.index? I thought it was A.B
> (got this information from the exception message) but it appears to A$B.
I suspect the spec isn't clear about this, but the RI uses the binary
name as defined in [1]. So it does use '$'.
[1]
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ClassLoader.html#name
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com