![JAR search and dependency download from the Maven repository](/logo.png)
org.cauli.ui.annotation.Source Maven / Gradle / Ivy
package org.cauli.ui.annotation;
import java.lang.annotation.*;
/**
* Created by tianqing.wang on 2014/7/25.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Inherited
public @interface Source {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy