You can buy this project and download/modify it how often you want.
package org.activiti.engine.history; import org.activiti.engine.api.internal.Internal; import java.util.Date; /** */ @Internal public interface HistoricData { Date getTime(); }