Annotation Type PropRenamed


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface PropRenamed
    Add this inside a PropertyAmendments annotation to notify the system of a property whose name changed.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String newName  
      java.lang.String oldName  
    • Element Detail

      • oldName

        java.lang.String oldName
      • newName

        java.lang.String newName