Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法支持subType带有wildcard的情况 #5

Open
halflife3 opened this issue May 12, 2018 · 0 comments
Open

无法支持subType带有wildcard的情况 #5

halflife3 opened this issue May 12, 2018 · 0 comments

Comments

@halflife3
Copy link

例如要build这个:java.util.Map<? extends java.lang.Comparable<? super java.lang.Number>, java.lang.String>

"? extends java.lang.Comparable" 这部分因为带有wildcard, 所以TypeBuilder的beginSubType方法无法支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant