com.itextpdf.tool.xml
Annotation Type Experimental


@Documented
@Retention(value=SOURCE)
@Inherited
public @interface Experimental

Marking a method or class as experimental, means it's not fully finished/tested. It's usable, but something unexpected might happen. This can also mean that the marked element is subject to change from improvements to removal.

Author:
itextpdf.com

Optional Element Summary
 String value
           
 

value

public abstract String value
Returns:
a possible explanation
Default:
""


Copyright © 2015. All Rights Reserved.