Considering this example, I have a bean (Product) which has a list of widgets.
@OrderBy("name ASC") private Set widgets;