DeclaredType
Interface DeclaredType
- All Superinterfaces:
- AnnotatedConstruct, ReferenceType, TypeMirror
- All Known Subinterfaces:
- ErrorType
public interface DeclaredType extends ReferenceType
Represents a declared type, either a class type or an interface type. This includes parameterized types such as java.util.Set<String>
as well as raw types.
While a TypeElement
represents a class or interface element, a DeclaredType
represents a class or interface type, the latter being a use (or invocation) of the former. See 登录查看完整内容