summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende/sca/samples/store-appengine-webapp/src/services/Catalog.java
blob: 2ecf9ae855e9290e541baad73449adf0f5501e5a (plain)
1
2
3
4
5
6
7
8
package services;

import org.oasisopen.sca.annotation.Remotable;

@Remotable
public interface Catalog {
	Item[] get();
}