Skip to content

Instantly share code, notes, and snippets.

@gsmet
Last active January 6, 2017 10:51
Show Gist options
  • Save gsmet/628465d0c21f52426eaddbd0d75aa243 to your computer and use it in GitHub Desktop.
Save gsmet/628465d0c21f52426eaddbd0d75aa243 to your computer and use it in GitHub Desktop.
// Guillaume
// could use K or the node name Key
nicksByAddress[address.toString()]<K>.city //error in address.city
nicksByAddress[].<key value> // error in type param of address Map<@NotNull Address, String>
nicksByAddress[address.toString()]<K> //error in class level address Map<@Valid Address, String> @ZipCode class Address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment