Android 1.6 SDK has some deprecated fields and methods that are
annotated with @Deprecated. But they are not marked deprecated in the
api documentation (which supposedly happens automatically with
Javadoc).

This might be a bug with the way the api docs are generated.

Is there a way to notice deprecated fields and methods in the api
reference?

For example, android.util.Config has some deprecated fields that do
not show as deprecated in the online reference -

  36     /**
  37      * Always the inverse of DEBUG.
  38      */
  39     @Deprecated
  40     public static final boolean RELEASE = !DEBUG;


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to