2022-06-30 07:51:04 +00:00
|
|
|
<!DOCTYPE html>
|
2021-10-18 17:01:18 +00:00
|
|
|
<html>
|
2022-06-30 07:51:04 +00:00
|
|
|
<head>
|
2021-10-18 17:01:18 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
2022-12-05 01:56:48 +00:00
|
|
|
<title>Warning</title>
|
2022-06-30 07:51:04 +00:00
|
|
|
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
|
|
|
|
<script>var pathToRoot = "../../../";</script>
|
|
|
|
<script>const storage = localStorage.getItem("dokka-dark-mode")
|
2022-11-08 08:32:38 +00:00
|
|
|
if (storage == null) {
|
|
|
|
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
|
|
|
|
if (osDarkSchemePreferred === true) {
|
|
|
|
document.getElementsByTagName("html")[0].classList.add("theme-dark")
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
const savedDarkMode = JSON.parse(storage)
|
|
|
|
if(savedDarkMode === true) {
|
|
|
|
document.getElementsByTagName("html")[0].classList.add("theme-dark")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
2022-06-30 07:51:04 +00:00
|
|
|
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
|
|
|
|
<link href="../../../styles/style.css" rel="Stylesheet">
|
|
|
|
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
|
|
|
|
<link href="../../../styles/main.css" rel="Stylesheet">
|
|
|
|
<link href="../../../styles/prism.css" rel="Stylesheet">
|
|
|
|
<link href="../../../styles/logo-styles.css" rel="Stylesheet">
|
|
|
|
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
|
|
|
|
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script>
|
|
|
|
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script>
|
|
|
|
<script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script>
|
|
|
|
<script type="text/javascript" src="../../../scripts/prism.js" async="async"></script>
|
2022-11-08 08:32:38 +00:00
|
|
|
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script>
|
2022-06-30 07:51:04 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="navigation-wrapper" id="navigation-wrapper">
|
|
|
|
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
|
|
|
<div class="library-name">
|
|
|
|
<a href="../../../index.html">
|
|
|
|
<span>micro_utils.dokka</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
2023-02-19 18:58:06 +00:00
|
|
|
0.16.11 </div>
|
2022-06-30 07:51:04 +00:00
|
|
|
<div class="pull-right d-flex">
|
2022-08-04 08:06:22 +00:00
|
|
|
<div class="filter-section" id="filter-section">
|
|
|
|
<button class="platform-tag platform-selector common-like" data-active="" data-filter=":micro_utils.dokka:dokkaHtml/commonMain">common</button>
|
|
|
|
</div>
|
2022-06-30 07:51:04 +00:00
|
|
|
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
|
2021-12-29 20:59:26 +00:00
|
|
|
<div id="searchBar"></div>
|
|
|
|
</div>
|
2022-06-30 07:51:04 +00:00
|
|
|
</div>
|
|
|
|
<div id="container">
|
|
|
|
<div id="leftColumn">
|
2021-10-18 17:01:18 +00:00
|
|
|
<div id="sideMenu"></div>
|
2022-06-30 07:51:04 +00:00
|
|
|
</div>
|
|
|
|
<div id="main">
|
|
|
|
<div class="main-content" id="content" pageIds="micro_utils.dokka::dev.inmo.micro_utils.common/Warning///PointingToDeclaration//-1478683138">
|
2022-12-05 01:56:48 +00:00
|
|
|
<div class="breadcrumbs"><a href="../../../index.html">micro_utils.dokka</a><span class="delimiter">/</span><a href="../index.html">dev.inmo.micro_utils.common</a><span class="delimiter">/</span><span class="current">Warning</span></div>
|
2022-06-30 07:51:04 +00:00
|
|
|
<div class="cover ">
|
|
|
|
<h1 class="cover"><span><span>Warning</span></span></h1>
|
2022-11-08 08:32:38 +00:00
|
|
|
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-target/index.html"><span class="token annotation builtin">Target</span></a><span class="token punctuation">(</span><span>allowedTargets<span class="token operator"> = </span><span class="token punctuation">[</span><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-c-l-a-s-s/index.html">AnnotationTarget.CLASS</a><span class="token punctuation">, </span></span><wbr></wbr><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-c-o-n-s-t-r-u-c-t-o-r/index.html">AnnotationTarget.CONSTRUCTOR</a><span class="token punctuation">, </span></span><wbr></wbr><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-f-i-e-l-d/index.html">AnnotationTarget.FIELD</a><span class="token punctuation">, </span></span><wbr></wbr><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-p-r-o-p-e-r-t-y/index.html">AnnotationTarget.PROPERTY</a><span class="token punctuation">, </span></span><wbr></wbr><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-p-r-o-p-e-r-t-y_-g-e-t-t-e-r/index.html">AnnotationTarget.PROPERTY_GETTER</a><span class="token punctuation">, </span></span><wbr></wbr><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-p-r-o-p-e-r-t-y_-s-e-t-t-e-r/index.html">AnnotationTarget.PROPERTY_SETTER</a><span class="token punctuation">, </span></span><wbr></wbr><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-f-u-n-c-t-i-o-n/index.html">AnnotationTarget.FUNCTION</a><span class="token punctuation">, </span></span><wbr></wbr><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-t-y-p-e-a-l-i-a-s/index.html">AnnotationTarget.TYPEALIAS</a></span><wbr></wbr><span class="token punctuation">]</span></span><wbr></wbr><span class="token punctuation">)</span></div></div><span class="token keyword">annotation class </span><a href="index.html">Warning</a><span class="token punctuation">(</span><span class="parameters "><span class="parameter "><span class="token keyword">val </span>message<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span></div></div></div>
|
2022-06-30 07:51:04 +00:00
|
|
|
</div>
|
|
|
|
<div class="tabbedcontent">
|
2022-11-08 08:32:38 +00:00
|
|
|
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Properties">Properties</button></div>
|
2022-06-30 07:51:04 +00:00
|
|
|
<div class="tabs-section-body">
|
|
|
|
<h2 class="">Properties</h2>
|
|
|
|
<div class="table" data-togglable="Properties"><a data-name="-1180954169%2FProperties%2F-1478683138" anchor-label="message" id="-1180954169%2FProperties%2F-1478683138" data-filterable-set=":micro_utils.dokka:dokkaHtml/commonMain"></a>
|
|
|
|
<div class="table-row" data-filterable-current=":micro_utils.dokka:dokkaHtml/commonMain" data-filterable-set=":micro_utils.dokka:dokkaHtml/commonMain">
|
|
|
|
<div class="main-subrow keyValue ">
|
|
|
|
<div class=""><span class="inline-flex">
|
2022-08-04 08:06:22 +00:00
|
|
|
<div><a href="message.html"><span><span>message</span></span></a></div>
|
2022-01-18 13:02:16 +00:00
|
|
|
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-1180954169%2FProperties%2F-1478683138"></span>
|
2022-06-30 07:51:04 +00:00
|
|
|
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
|
|
|
</span></span></div>
|
|
|
|
<div>
|
|
|
|
<div class="title">
|
2022-11-08 08:32:38 +00:00
|
|
|
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><a data-name="-1180954169%2FProperties%2F-1478683138" anchor-label="message" id="-1180954169%2FProperties%2F-1478683138" data-filterable-set=":micro_utils.dokka:dokkaHtml/commonMain"></a><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="message.html">message</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
|
2021-10-18 17:01:18 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-06-30 07:51:04 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-08-04 08:06:22 +00:00
|
|
|
<div class="footer">
|
2023-01-04 14:31:55 +00:00
|
|
|
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
|
2022-06-30 07:51:04 +00:00
|
|
|
class="pull-right"><span>Generated by </span><a
|
|
|
|
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
|
2022-08-04 08:06:22 +00:00
|
|
|
</div>
|
2022-06-30 07:51:04 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
2021-10-18 17:01:18 +00:00
|
|
|
</html>
|