Removed unused annotation from WS interface
This commit is contained in:
parent
2f9bc7cfb3
commit
2227843c2b
2 changed files with 4 additions and 13 deletions
|
|
@ -112,15 +112,6 @@ public interface WSInterface {
|
|||
String value();
|
||||
}
|
||||
|
||||
/**
|
||||
* Parameter comments for the WSDL.
|
||||
* These comments are put in the message part of the WSDL
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@interface WSParamDocumentation {
|
||||
String value();
|
||||
}
|
||||
|
||||
/**
|
||||
* This method will be used in the SOAP header.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue