@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
public @interface Evolving
APIs that are meant to evolve towards becoming stable APIs, but are not stable APIs yet.
Evolving interfaces can change from one feature release to another release (i.e. 3.0 to 3.1).