io.perfmark.impl.MarkHolderProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of perfmark-impl Show documentation
Show all versions of perfmark-impl Show documentation
PerfMark Implementation API
package io.perfmark.impl;
public abstract class MarkHolderProvider {
public MarkHolderProvider() {}
public abstract MarkHolder create();
}