TypeElement
.@Deprecated public interface InterfaceDeclaration extends TypeDeclaration
While an InterfaceDeclaration represents the
declaration of an interface, an InterfaceType
represents an interface type.
See TypeDeclaration
for more on this distinction.
InterfaceType
getFields, getFormalTypeParameters, getMethods, getNestedTypes, getPackage, getQualifiedName, getSuperinterfaces
getDeclaringType
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
Copyright © 2004, 2019, Oracle and/or its affiliates. All rights reserved.