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

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

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

import java.lang.annotation.*;

/**
 * Indicates that annotated field or parameter should be injected with {@link CassandraConnection}
 * value
 * of current active container
 */
@Documented
@Target({ ElementType.FIELD, ElementType.PARAMETER })
@Retention(RetentionPolicy.RUNTIME)
public @interface ConnectionCassandra {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy