@Documented
@Retention(value=CLASS)
@Target(value={TYPE,METHOD,CONSTRUCTOR,ANNOTATION_TYPE,PACKAGE})
public @interface Internal
@Internal
elements are
eligible for immediate modification or removal and are not subject to any
policies with respect to deprecation.
Note that Oak APIs are considered internal use by default, unless the package
they appear in is annotated with a
Version
annotation with a value
greater than "1.0.0".
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.