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

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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy