org.randombits.confluence.conveyor.Receipt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of confluence-conveyor Show documentation
Show all versions of confluence-conveyor Show documentation
Allows plugins to override XWork actions in Confluence.
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();
}