Annotation Interface CurrentlyUnused


@Documented @Retention(SOURCE) @Target({CONSTRUCTOR,METHOD,TYPE}) public @interface CurrentlyUnused
Annotation used to mark that the function/field/class is currently not used, but we want to keep it for reference or future use.