Interface Description

All Known Implementing Classes:
AnnotationDescription, ClassDescription, MethodDescription, PackageDescription, ParameterDescription

The common interface of all Description types.

A Description is, as the name says, a description of a class, method or parameter, similar to how java.lang.reflect works.

See Also: