org.plasma.sdo.annotation.Temporal Maven / Gradle / Ivy
//==============================================================================
//
// This software artifact was generated using Plasma
// provisioning tools. Do not modify.
//
//==============================================================================
package org.plasma.sdo.annotation;
import org.plasma.sdo.profile.TemporalType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import org.atteo.classindex.IndexAnnotated;
/**
*
* Specifies the various notions of time which are relevant for temporal data stores
*
* @author Plasma-Team
* @version 2.1.0
*/
@Retention(RetentionPolicy.RUNTIME)
@IndexAnnotated
public @interface Temporal{
public TemporalType type();
}