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

import org.osoa.sca.annotations.Remotable;

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