Rev 9103 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
package in.shop2020.serving.interceptors;
package in.shop2020.mobileapi.serving.interceptors;
public interface SourceAware {
void setSourceId(long sourceId);
}