![JAR search and dependency download from the Maven repository](/logo.png)
com.github.levkoposc.annotations.DataAnnotation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtools Show documentation
Show all versions of jtools Show documentation
JTools is simple tools for Java
package com.github.levkoposc.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.TYPE_USE})
@Retention(value= RetentionPolicy.RUNTIME)
public @interface DataAnnotation {
Class>[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy