mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-07-05 08:12:43 +08:00
32 lines
1.5 KiB
HTML
32 lines
1.5 KiB
HTML
<div class="header">
|
|
<div class="subTitle">
|
|
javax.xml.bind.annotation
|
|
</div>
|
|
<h2 class="title" title="Annotation Type XmlRegistry">Annotation Type XmlRegistry</h2>
|
|
</div><div class="contentContainer">
|
|
<div class="description">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<hr/> <br/> <pre><a href="../../../../java/lang/annotation/Retention.html" title="annotation in java.lang.annotation">@Retention</a>(<a href="../../../../java/lang/annotation/Retention.html#value--">value</a>=<a href="../../../../java/lang/annotation/RetentionPolicy.html#RUNTIME">RUNTIME</a>)
|
|
<a href="../../../../java/lang/annotation/Target.html" title="annotation in java.lang.annotation">@Target</a>(<a href="../../../../java/lang/annotation/Target.html#value--">value</a>=<a href="../../../../java/lang/annotation/ElementType.html#TYPE">TYPE</a>)
|
|
public @interface <span class="memberNameLabel">XmlRegistry</span></pre>
|
|
<div class="block">
|
|
<span>标记一个有<a href="../../../../javax/xml/bind/annotation/XmlElementDecl.html" title="javax.xml.bind.annotation中的注释"><code>XmlElementDecl</code>的课程</a> 。</span>
|
|
</div>
|
|
<dl>
|
|
<dt>
|
|
<span class="simpleTagLabel">从以下版本开始:</span>
|
|
</dt>
|
|
<dd>
|
|
JAXB 2.0
|
|
</dd>
|
|
<dt>
|
|
<span class="seeLabel">另请参见:</span>
|
|
</dt>
|
|
<dd>
|
|
<span><a href="../../../../javax/xml/bind/annotation/XmlElementDecl.html" title="javax.xml.bind.annotation中的注释"><code>XmlElementDecl</code></a></span>
|
|
</dd>
|
|
</dl> </li>
|
|
</ul>
|
|
</div>
|
|
</div> |