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

com.github.levkoposc.annotations.DataAnnotation Maven / Gradle / Ivy

There is a newer version: 0.3.1.2
Show newest version
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