Annotation DoNotImplement

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

    @Retention(value = CLASS)@Target(value = TYPE)@Documented()@Inherited() 
    public @interface DoNotImplement
    
                        

    This annotation is for interfaces and abstract classes that provide Corda functionality to user applications.

    Future versions of Corda may add new methods to such interfaces and classes, but will not remove or modify existing methods. Adding new methods does not break Corda's API compatibility guarantee because applications should not implement or extend anything annotated with DoNotImplement. These classes are only meant to be implemented by Corda itself.

    • 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
      • 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
    • Constructor Detail

    • Method Detail