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

org.activiti.engine.impl.db.BulkDeleteable Maven / Gradle / Ivy

The newest version!
package org.activiti.engine.impl.db;

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

/**
 * Marker interface to indicate the entity can be deleted in bulk.
 * 

 */
@Internal
public interface BulkDeleteable {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy