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

io.perfmark.impl.Internal Maven / Gradle / Ivy

There is a newer version: 0.27.0
Show newest version
package io.perfmark.impl;

public final class Internal {

  public static Marker createMarker(String taskName) {
    return new Marker(taskName, null);
  }

  private Internal() {
    throw new AssertionError("nope");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy