@Retention(value=RUNTIME) @Target(value={PACKAGE,CONSTRUCTOR,FIELD,METHOD,TYPE}) @Documented @Experimental public @interface Experimental
It is generally safe to depend on Experimental APIs, at the prospective cost of some extra work during upgrades. The
API @Since
annotation gives a preview on how much mature it is and the chances for the
@Experimental
annotation being soon removed.
Copyright © 2016 Nuxeo SA. All rights reserved.