Annotation Interface FailFast


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface FailFast
  • Element Details

    • onExceptionType

      Class<? extends Throwable>[] onExceptionType
      Default:
      {java.lang.Throwable.class}