An annotation to create a simpler UI for collection, for example:
@Simple private Collection<Detail> details;
Then the UI will not have sorting, filtering, paging, etc.
Log in to post a comment.