Package org.apache.beam.sdk.annotations
Annotation Interface Internal
@Retention(CLASS)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
@Documented
public @interface Internal
Signifies that a publicly accessible API (public class, method or field) is intended for internal
use only and not for public consumption.
Such an API is subject to incompatible changes or removal at any time.