All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.social.evernote.api.StoreClientHolder Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package org.springframework.social.evernote.api;

import org.springframework.aop.RawTargetAccess;

/**
 * @author Tadaya Tsuyukubo
 */
public interface StoreClientHolder extends RawTargetAccess {
	 T getStoreClient();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy