io.goodforgod.testcontainers.extensions.cassandra.ConnectionCassandra Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testcontainers-extensions-cassandra Show documentation
Show all versions of testcontainers-extensions-cassandra Show documentation
Testcontainers Testcontainers-extensions-cassandra Extension with advanced testing features
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