On Wed, Mar 30, 2011 at 12:07 PM, Thomas Broyer <[email protected]> wrote: > Every member of an interface can only be public (and is implicitly so, > without the need to explicitly use the 'public' keyword), including inner > interfaces. > http://java.sun.com/docs/books/jls/third_edition/html/interfaces.html#9.5
Thanks Thomas. That makes total sense. But the problem are not the members of the interface, but the visibility of the interface itself I guess http://java.sun.com/docs/books/jls/third_edition/html/interfaces.html#9.1.1). In my opinion interface MyGeneratedCssInterface extends CssResource { is quite different to public interface MyGeneratedCssInterface extends CssResource { Maybe my explanation of the problem was not the best. Sorry. Best, Raphael > > -- > 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. > -- 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.
