Reverts

annotation class Reverts(source)

Annotation used to mark a method that serves as a rollback or revert tool for a specified primary tool. This annotation provides a mapping between a primary tool name and its corresponding rollback tool. The annotated method can be retrieved dynamically at runtime for performing rollback operations associated with tools defined in a specified ToolSet.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toolName(): String
Link copied to clipboard
abstract fun toolSet(): Class<out ToolSet>
Link copied to clipboard
abstract fun toString(): String