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

Multiple generics #2

Open
manland opened this issue Dec 4, 2016 · 0 comments
Open

Multiple generics #2

manland opened this issue Dec 4, 2016 · 0 comments

Comments

@manland
Copy link

manland commented Dec 4, 2016

Hi thx for your lib, I use it to build a DTO generator and I think I have found a minus bug.

If I try to generate a class with :

import java.util.Map;

public class Generic {
    public java.util.Map<String, Boolean> stringsBooleans;
}

I obtain { name: 'java', scope: 'package', type: 'public', describe: '' } in a field of my class.

Please let me know if you want more details.

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