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

com.google.gerrit.server.securestore.SecureStoreClassName Maven / Gradle / Ivy

There is a newer version: 3.10.0-rc4
Show newest version
package com.google.gerrit.server.securestore;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

import com.google.inject.BindingAnnotation;
import java.lang.annotation.Retention;

@Retention(RUNTIME)
@BindingAnnotation
public @interface SecureStoreClassName {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy