io.odysz.semantics.meta.Semantation Maven / Gradle / Ivy
package io.odysz.semantics.meta;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Semantation {
boolean noDBExists() default true;
}