Annotation CordaSerializationTransformRenames

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    @Target(value = TYPE)@Retention(value = RUNTIME) 
    public @interface CordaSerializationTransformRenames
    
                        

    This annotation is used to mark a class as having had multiple elements renamed as a container annotation for instances of CordaSerializationTransformRename, each of which details an individual rename.

    NOTE: Order is important, new values should always be added before existing ones.

    IMPORTANT: Once added (and in production), do NOT remove old annotations. See documentation for more information.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Array<CordaSerializationTransformRename> value()
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait