![JAR search and dependency download from the Maven repository](/logo.png)
otherpackage.OtherService Maven / Gradle / Ivy
The newest version!
package otherpackage;
import com.alicp.jetcache.anno.Cached;
/**
* Created by huangli on 16/3/2.
*/
public interface OtherService {
@Cached
int bar();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy