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

com.hubspot.chrome.devtools.client.core.heapprofiler.ResetProfilesEvent Maven / Gradle / Ivy

package com.hubspot.chrome.devtools.client.core.heapprofiler;

import com.fasterxml.jackson.annotation.JsonCreator;
import com.hubspot.chrome.devtools.client.core.Event;

public final class ResetProfilesEvent extends Event {
  @JsonCreator
  public ResetProfilesEvent() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy