Class JInterface

java.lang.Object
All Implemented Interfaces:
JAnnotatedElement

public final class JInterface extends JStructure
A representation of the Java Source code for a Java Interface. This is a useful utility when creating in memory source code. The code in this package was modeled after the Java Reflection API as much as possible to reduce the learning curve.
Version:
$Revision$ $Date: 2005-02-26 17:30:28 -0700 (Sat, 26 Feb 2005) $
Author:
Martin Skopp, Keith Visco