Annotation Type DoNotCall
-
@Retention(CLASS) @Target(METHOD) public @interface DoNotCallIndicates that the annotated method should not be called under any normal circumstances, yet is either impossible to remove, or should not ever be removed. Example:{@code public class ImmutableListimplements List {
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueAn optional explanation of why the method should not be called.
-