All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.goodforgod.testcontainers.extensions.cassandra.ContainerCassandra Maven / Gradle / Ivy

The newest version!
package io.goodforgod.testcontainers.extensions.cassandra;

import java.lang.annotation.*;
import org.testcontainers.containers.CassandraContainer;

/**
 * Indicates that annotated field containers {@link CassandraContainer} instance
 * that should be used by {@link TestcontainersCassandra} rather than creating default container
 */
@Documented
@Target({ ElementType.FIELD })
@Retention(RetentionPolicy.RUNTIME)
public @interface ContainerCassandra {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy