KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > spoon > examples > distcalc > annotation > Service


1 package spoon.examples.distcalc.annotation;
2
3 public @interface Service {
4
5 }
6
Popular Tags