コード例 #1
0
 /**
  * Return a hashcode for the service.
  *
  * @see org.osgi.framework.ServiceReference
  */
 @Override
 public int hashCode() {
   return registration.hashCode();
 }