blob: a6da4d5e5639d125a820f212be54ec6459860c3a [file] [log] [blame]
package org.eclipse.osbp.runtime.common.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* The validFrom attribute. Is party of primary key.
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface HistValidFrom {
}