Annotation Interface Container


@Target({FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface Container
The @Container annotation is used in conjunction with the Testcontainers annotation to mark containers that should be managed by the Testcontainers extension.
See Also: