com.vladsch.flexmark.util.dependency.LastDependent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-util-dependency Show documentation
Show all versions of flexmark-util-dependency Show documentation
flexmark-java dependency utility classes
The newest version!
package com.vladsch.flexmark.util.dependency;
/** Generic class to use as before dependents to ensure dependent is last in list */
public interface LastDependent {}