AssetsQuery.java.txt 135 字节
Newer Older
1 2 3
public interface AssetsQuery {

    @javax.validation.constraints.NotNull
4
    java.util.Collection<Asset> assets() throws Exception;
5 6

}