org.vmmagic.pragma
Annotation Type UninterruptibleNoWarn
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface UninterruptibleNoWarn
A pragma that has the same direct effect as 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.
value
public abstract String value
- Returns:
- Explanation of why uninterruptible warnings are disabled
- Default:
- ""