mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-07-05 08:12:43 +08:00
15 lines
870 B
HTML
15 lines
870 B
HTML
<div class="header">
|
|
<div class="subTitle">
|
|
javax.jws
|
|
</div>
|
|
<h2 class="title" title="Annotation Type Oneway">Annotation Type Oneway</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#METHOD">METHOD</a>)
|
|
public @interface <span class="memberNameLabel">Oneway</span></pre> </li>
|
|
</ul>
|
|
</div>
|
|
</div> |