blob: 94d6024496eaeb252f475802c956c4f5c0545162 [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 field is the field uuid of the history record.
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface HistUUID {
}