import java.util.*; public interface AssetsQuery { @javax.validation.constraints.NotNull Collection assets() throws Exception; }