@BetaApi
@Retention(value=SOURCE)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
@Documented
public @interface InternalApi
Annotates a program element (class, method, package etc) which is internal to GAX, not part of
the public API, and should not be used by users of GAX.