Package software.amazon.jsii
Annotation Interface Internal
@Documented
@Retention(SOURCE)
@Target({CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
public @interface Internal
Annotates API elements that are intended for jsii's internal use only. Such APIs elements are not public by design
and likely to be removed or renamed, have their signature change, or have their access level decreased in future
versions of the library without notice.
Annotated elements are eligible for immediate modification or removal and are not subject to semantic versioning.