KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > spoon > aval > annotations > jwsVal > ValidWebOperation


1 package spoon.aval.annotations.jwsVal;
2
3 import spoon.aval.annotation.Implementation;
4 import spoon.aval.annotations.jwsValImpl.ValidWebOperationValidator;
5
6 @Implementation(ValidWebOperationValidator.class)
7 public @interface ValidWebOperation {
8
9 }
10
Popular Tags