@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface UninterruptibleNoWarn
Uninterruptible
but also suppresses checking of uninterruptibility violations for
the method. This should be used with care and is only justified
for code only executed when creating the boot image.