blob: 5273fada7a15452d1d0f7b6ab5cb9276f65bd44e [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;
/**
* If true, then the historized record of historized ref target will be read. The current record is read if omitted.
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface HistReference {
}