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

com.afrigis.services.token.TokenRequest Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
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 { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy