No of course not. Deprecated class require the @deprecated tag in the javadoc. @SuppressWarnings is there just because it's using classes that have been deprecated as of 1.6 (they will be removed in 2.0).
On Fri, Apr 17, 2009 at 1:15 AM, 秦锋 <[email protected]> wrote: > > I saw these in suggestionbox.java: > > @SuppressWarnings("deprecation") > public class SuggestBox extends Composite implements HasText, > HasFocus, > > was it deprecated? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
