[Android.Runtime.Register("java/lang/Deprecated", DoNotGenerateAcw=true)] [System.Obsolete("Use IDeprecated interface instead")] public abstract class Deprecated : Object, Java.Lang.Annotation.IAnnotation, IDisposable
Remarks
Annotation type used to mark program elements that should no longer be used
by programmers. Compilers produce a warning if a deprecated program element
is used.