8132478: [tidy] three new warnings from java docs (java.net, javax.annotation)
Minor docs cleanup (jaxws part) Reviewed-by: lancea
This commit is contained in:
parent
d9b43a9e2c
commit
6ca16ee3b8
jaxws/src/java.annotations.common/share/classes/javax/annotation
@ -39,7 +39,6 @@ import static java.lang.annotation.RetentionPolicy.*;
|
|||||||
* method can be annotated with this annotation. The method on which the
|
* method can be annotated with this annotation. The method on which the
|
||||||
* PostConstruct annotation is applied MUST fulfill all of the following
|
* PostConstruct annotation is applied MUST fulfill all of the following
|
||||||
* criteria:
|
* criteria:
|
||||||
* <p>
|
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>The method MUST NOT have any parameters except in the case of
|
* <li>The method MUST NOT have any parameters except in the case of
|
||||||
* interceptors in which case it takes an InvocationContext object as
|
* interceptors in which case it takes an InvocationContext object as
|
||||||
|
@ -38,7 +38,6 @@ import static java.lang.annotation.RetentionPolicy.*;
|
|||||||
* except the application client container in Java EE 5. The method on which
|
* except the application client container in Java EE 5. The method on which
|
||||||
* the PreDestroy annotation is applied MUST fulfill all of the following
|
* the PreDestroy annotation is applied MUST fulfill all of the following
|
||||||
* criteria:
|
* criteria:
|
||||||
* <p>
|
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>The method MUST NOT have any parameters except in the case of
|
* <li>The method MUST NOT have any parameters except in the case of
|
||||||
* interceptors in which case it takes an InvocationContext object as
|
* interceptors in which case it takes an InvocationContext object as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user