Interface PackageElement

All Superinterfaces:
AnnotatedConstruct, Element, QualifiedNameable

public interface PackageElement
extends Element, QualifiedNameable
Represents a package program element. Provides access to information about the package and its members.
Since:
1.6
See Also:
Elements.getPackageOf(javax.lang.model.element.Element)