@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface StableApi
When a class or method is so designated it will not change within a minor release, i.e. 1.1 -> 1.2, in a way that would make it no longer backwardly compatible with an earlier version within the release.
Classes or methods with the annotation may still change in major releases, i.e. 1.x -> 2.0.
Copyright © 2014 Alfresco Software. All rights reserved.