-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't map Java types in annotation parameters
Users may specify Java types explicitly by instances of `Class<T>`. The situation is similar to `getClassDeclarationByName` where we have decided to keep those Java types not mapped. It would be troublesome if users try to use reflection on types that were mapped to Kotlin builtins, becuase some of those builtins don't even exist in classpath. (cherry picked from commit 39cc187)
- Loading branch information
Showing
2 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters