Package org.jetbrains.jewel.foundation
Annotation InternalJewelApi
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FIELD, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS, AnnotationTarget.VALUE_PARAMETER}) public @interface InternalJewelApi
APIs annotated as internal Jewel API are not meant for usage in client code; there are no guarantees about the binary nor source compatibility, and the behavior can change at any time. Do not use these APIs in client code!
Must always be paired with org.jetbrains.annotations.ApiStatus.Internal.