This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Rest web service for operate the admin details | |
* | |
* @author dinuka | |
* | |
*/ | |
@Path("/" + APINames.ADMIN) | |
@Api(value = "/" + APINames.ADMIN, description = "Rest api for do operations on admin", produces = MediaType.APPLICATION_JSON) | |
@Produces({ MediaType.APPLICATION_JSON }) | |
public class AdminAPI { |