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

org.randombits.confluence.conveyor.Receipt Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package org.randombits.confluence.conveyor;

/**
 * A receipt is used to keep track of changes made via the {@link OverrideManager}
 * and allows the changes to be reversed.
 */
public interface Receipt {
    void returnReceipt();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy