Removed unused annotation from WS interface

This commit is contained in:
Ziver Koc 2021-05-24 00:38:08 +02:00
parent 2f9bc7cfb3
commit 2227843c2b
2 changed files with 4 additions and 13 deletions

View file

@ -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.
*/