Annotation Interface Beta


@Retention(CLASS) @Target({CONSTRUCTOR,METHOD,TYPE,FIELD}) public @interface Beta
Signifies that the annotated Java type/method/constructor is under development and may still change before they stabilize. Should only be used on a type that part of a package annotated with PublicApi.
Author:
bjorncs
See Also: