org.plasma.sdo.annotation.Temporal Maven / Gradle / Ivy
The newest version!
//==============================================================================
//
// This software artifact was generated using PlasmaSDO
// provisioning tools.
//
//==============================================================================
package org.plasma.sdo.annotation;
import org.plasma.sdo.profile.TemporalType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
*
* Specifies the various notions of time which are relevant for temporal data stores
*
* @author Plasma-Team
* @version 1.3.3
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface Temporal{
public TemporalType type();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy