com.afrigis.services.token.TokenRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core Java library to ease use of AfriGIS Services
package com.afrigis.services.token;
import com.afrigis.services.Request;
/**
*
* Basically empty interface to enable our service discover to work.
*
* @author hendrikc
*
*/
public interface TokenRequest extends Request {
}