Skip to content

Instantly share code, notes, and snippets.

@gunnarmorling
Last active March 3, 2017 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunnarmorling/b65b1cea6de5ab36919da7685a91b028 to your computer and use it in GitHub Desktop.
Save gunnarmorling/b65b1cea6de5ab36919da7685a91b028 to your computer and use it in GitHub Desktop.
public class FishTank {
public List<Map<String, Set<@NotNull String>>> getTagsOfFishesOfTheWeek() { ... }
}
newMapping
.type( FishTank.class )
.property( "tagsOfFishesOfTheWeek", METHOD )
.typeArgument( 0, 1, 0 )
.constraint( new NotNullDef() );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment