mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8047724: @since tag cleanup in jaxws
Reviewed-by: alanb, mkos
This commit is contained in:
parent
5c18e91b47
commit
10d82f29a4
193 changed files with 413 additions and 342 deletions
|
@ -27,6 +27,9 @@ package javax.jws;
|
|||
import java.lang.annotation.*;
|
||||
import static java.lang.annotation.ElementType.*;
|
||||
|
||||
/**
|
||||
* @since 1.6
|
||||
*/
|
||||
@Retention(value=RetentionPolicy.RUNTIME)
|
||||
@Target({METHOD})
|
||||
public @interface WebResult {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue