cleaned imports and added function calls to Templator
This commit is contained in:
parent
4086990c0f
commit
86f63326b6
123 changed files with 467 additions and 561 deletions
|
|
@ -22,7 +22,10 @@
|
|||
|
||||
package zutil.net.ws;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
/**
|
||||
*
|
||||
* Specifies web service parameter names and other things.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue