Annotation Type RunSeparately


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface RunSeparately
    Marker annotation for test methods that should be run separately in a non-parallel fashion. This is only taken into account when the test class is being processed by any of Jersey provided parallel test runner ConcurrentRunner.
    Author:
    Jakub Podlesak