FileDocCategorySizeDatePackage
InterfaceType.javaAPI DocJava SE 5 API840Fri Aug 26 14:55:14 BST 2005com.sun.mirror.type

InterfaceType

public interface InterfaceType implements DeclaredType
Represents an interface type. Note that an {@linkplain AnnotationType annotation type} is a kind of interface.

While an {@link InterfaceDeclaration} represents the declaration of an interface, an InterfaceType represents an interface type. See {@link TypeDeclaration} for more on this distinction.

author
Joseph D. Darcy
author
Scott Seligman
version
1.1 04/01/26
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public com.sun.mirror.declaration.InterfaceDeclarationgetDeclaration()
{@inheritDoc}