KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > dummy > Override


1 package dummy;
2
3 import spoon.aval.annotation.ReplacesAnnotationInPackage;
4 import spoon.aval.annotation.structure.Type;
5
6 @ReplacesAnnotationInPackage("java.lang")
7 @Type(void.class)
8 public @interface Override {
9
10 }
11
Popular Tags