![JAR search and dependency download from the Maven repository](/logo.png)
org.cauli.ui.annotation.Commit Maven / Gradle / Ivy
package org.cauli.ui.annotation;
import java.lang.annotation.*;
/**
* Created by celeskyking on 14-3-1
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface Commit {
String value();
String url() default "";
String title() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy