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

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