KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > annotations > ArrayOfIntArgAnnotation


1 package annotations;
2
3
4 public @interface ArrayOfIntArgAnnotation {
5     
6     int[] value();
7     
8 }
9
Popular Tags