Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use javax.lang.model APIs instead of javac implementation classes (#577)
Summary: `com.sun.tools.javac.code.Type.ClassType` is an internal javac API that should not be used in annotation processors, `javax.lang.model.type.DeclaredType` is the corresponding public interface. Pull Request resolved: #577 Test Plan: Existing tests. Reviewed By: colriot Differential Revision: D16666070 Pulled By: muraziz fbshipit-source-id: a38b80d5b7a9b380d8100cb9ca4655ddebd61234
- Loading branch information