KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > spoon > reflect > declaration > CtInterface


1 package spoon.reflect.declaration;
2
3 /**
4  * This element defines an interface declaration.
5  */

6 public interface CtInterface<T> extends CtType<T> {
7 }
8
Popular Tags