All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.activiti.engine.history.HistoricData Maven / Gradle / Ivy

The newest version!
package org.activiti.engine.history;

import org.activiti.engine.api.internal.Internal;

import java.util.Date;

/**
 */
@Internal
public interface HistoricData {

  Date getTime();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy