blob: 8d264a5e7a81e35abf72f46b90f21eadfca09f7f [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;
/**
* Types an entity to be historized.
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface TimedependentObject {
}