@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface FitNesseRunner.PreventSystemExit
PreventSystemExit
annotation specifies whether the SystemExitSecurityManager
must be to prevent System.exit(int)
calls. Default is falseModifier and Type | Optional Element and Description |
---|---|
boolean |
value |