-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels