blob: 157152d9fa99fe32bfb61df86d3f5207f753bd0a [file] [log] [blame]
package com.ericsson.gerrit.plugins.eventslog.sql;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import com.google.inject.BindingAnnotation;
import java.lang.annotation.Retention;
/**
* Annotation applied to the SQLClient connected to the local database
*/
@Retention(RUNTIME)
@BindingAnnotation
@interface LocalEventsDb {
}