Package com.pspdfkit

Annotation Experimental

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

    @Retention(value = RetentionPolicy.CLASS)@Target(value = {ElementType.METHOD, ElementType.TYPE}) 
    public @interface Experimental
    
                        

    This annotation is placed on classes or methods that are still changing or might be removed in future versions. Those APIs are tested, and go through the same QA as the rest of the framework, we simply take the liberty to remove or change them with any minor version instead of only with major releases.

    • 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.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail