ok,thanks ,i found it
`````````````````````````````````````````````````````
If you have class names in your css file that are not legal Java
identifiers, you can use the @ClassName annotation on the accessor
method:
interface MyCss extends CssResource {
@ClassName("some-other-name")
String someOtherName();
}
`````````````````````````````````````````````````````
On Oct 14, 8:06 am, Colin Alworth <[email protected]> wrote:
> The @ClassName annotation can be used "if you have class names in your css
> file that are not legal Java identifiers"
>
> fromhttp://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.htm...
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.