KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > spoon > examples > nton > annotation > Nton


1 package spoon.examples.nton.annotation;
2
3 public @interface Nton {
4     int n() default 1;
5 }
6
Popular Tags