Package com.cryptomorin.xseries.base.annotations


package com.cryptomorin.xseries.base.annotations
  • Annotation Interfaces
    Class
    Description
    Regex used: * Search: \s+/\*\*\s+\* (?<from>\w+) -> (?<to>\w+) \((?<version>[\w\.]+)\)\s+\*\/ * Replace: \n\n@XChange(version = "$3", from = "$1", to = "$2")