Sho SHIMIZU
Committed by Gerrit Code Review

Place @deprecated tag in Javadoc

Change-Id: Icd08c2587302193e99f81c961f3c46acfaf0b11d
......@@ -30,6 +30,7 @@ public interface HostProviderService extends ProviderService<HostProvider> {
*
* @param hostId id of the host that been detected
* @param hostDescription description of host and its location
* @deprecated in Drake release
*/
@Deprecated
default void hostDetected(HostId hostId, HostDescription hostDescription) {
......