![JAR search and dependency download from the Maven repository](/logo.png)
com.google.jstestdriver.annotations.BaseResourceLocation Maven / Gradle / Ivy
// Copyright 2010 Google Inc. All Rights Reserved.
package com.google.jstestdriver.annotations;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import com.google.inject.BindingAnnotation;
import java.lang.annotation.Retention;
/**
* @author [email protected] (Robert Dionne)
*/
@BindingAnnotation
@Retention(RUNTIME) public @interface BaseResourceLocation {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy