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

studio.wetrack.docgen.annot.DataDoc Maven / Gradle / Ivy

package studio.wetrack.docgen.annot;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Created by zhanghong on 17/3/17.
 *
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD})
public @interface DataDoc {

    String descript() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy