Annotation Interface ForUseOnly


@Deprecated(since="5.2.231003", forRemoval=true) @Documented @Target(TYPE) @Retention(SOURCE) public @interface ForUseOnly
Deprecated, for removal: This API element is subject to removal in a future version.
Use ApiStatus.NonExtendable instead
Types annotated as "for use only" are merely APIs for allowing object-wise access to internal data. Providing an own implementation of such a type will eventually cause exceptions in using code.
Since:
5.0.304