com.instaclustr.cassandra.backup.guice.StorageProviders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of instaclustr-backup-restore Show documentation
Show all versions of instaclustr-backup-restore Show documentation
Backup and restoration tooling for Cassandra
package com.instaclustr.cassandra.backup.guice;
import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import com.google.inject.BindingAnnotation;
@Target({TYPE, PARAMETER})
@Retention(RUNTIME)
@BindingAnnotation
public @interface StorageProviders {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy