Added Api annotation to AndroidSenseService

This commit is contained in:
Menaka Jayawardena 2017-01-17 16:14:49 +05:30
parent 05e2cb7bb8
commit f699ba54b3

View File

@ -69,6 +69,8 @@ import javax.ws.rs.core.Response;
)
}
)
@Api(value = "Android Sense Device Management",
description = "This carries all the resources related to the Android sense device management functionalities.")
public interface AndroidSenseService {
/**