On Jun 21, 6:43 pm, Dave Ford <[email protected]> wrote: > What does the @skip javadoc comment tag do? > > I was browsing thru the svn source and saw the @skip javadoc tag. For > example: > > http://google-web-toolkit.googlecode.com/svn/trunk/user/super/com/goo... > > I was thinking that it might be a way to say, don't translate this > method into javascript. If so, can we use it in our code?
It is related to the _documentation_, since it is a javadoc tag, not a method annotation. Since the methods with that javadoc tag are all methods on a JRE emulation class that do not appear on the normal JRE class, I suspect the @skip keeps the menthod from being listed on http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html Gert --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
