@Retention(value=CLASS)
@Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE})
public @interface IndirectCallers
A simple annotation for silencing unused warnings in classes, methods, and fields that are only called via ASM,
reflection, or any other type of indirect invocation strategy