Annotation Interface Standalone
@Target(TYPE)
@Retention(RUNTIME)
@Tag("standalone") @Tag("core") @Tag("web") @Tag("full")
@ExtendWith({org.jboss.arquillian.junit5.ArquillianExtension.class,AssertionExtension.class})
public @interface Standalone
These are test classes that DO NOT depend on any Jakarta EE profile technologies.
Note: Concurrency TCK does not currently support running in standalone mode, this annotation is here for completeness.