@Retention(value=CLASS)
@Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE})
public @interface SuppressForbidden
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
Duplicated from core as main sources of logger-usage project have no dependencies on core