Blame | Last modification | View Log | RSS feed
package in.shop2020.serving.interceptors; public interface SourceAware { void setSourceId(long sourceId); }
package in.shop2020.serving.interceptors;
public interface SourceAware {
void setSourceId(long sourceId);
}