Hi guys!
Is it possible to create a simple map property in Entity / ValueObject or DTO.
ie
Map<String,String> myMap
When i do that, here what Eclipse said :
Multiple markers at this line
- no viable alternative at input 'Map'
- ',' is a reserved keyword which is not allowed as Identifier.
Please choose another word or alternatively escape it with the
caret (^) character, e.g. '^,'
Regards