package com.profiler.interceptor; /** * */ public interface ApiIdSupport { void setApiId(int apiId); }