- The class
BuiltinTypeis now deprecated. Use the new replacementBuiltinTypeEntityinstead. - The class
DeclaredTypeis now deprecated. Use the new replacementDeclaredTypeEntityinstead.
- Previously,
DefinedType.getBaseTypegave the underlying type. It now gives the right hand side of the type declaration, as the documentation indicated that it should.