
eu.cedarsoft.devtools.SubversionConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of subversion Show documentation
Show all versions of subversion Show documentation
Subversion modules for DevTools
The newest version!
package eu.cedarsoft.devtools;
import com.google.inject.BindingAnnotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* Date: Jul 13, 2007
* Time: 3:20:03 PM
*/
@Retention( RetentionPolicy.RUNTIME )
@Target( {ElementType.FIELD, ElementType.PARAMETER} )
@BindingAnnotation
public @interface SubversionConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy