Annotation Interface DoNotUse


@Internal @Retention(RUNTIME) @Target({METHOD,CONSTRUCTOR}) public @interface DoNotUse
Annotation used to mark methods or constructors which should not be called.

Separate from Deprecated to differentiate from the large amount of deprecations.