com.vtence.molecule.decoration.ContentProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molecule Show documentation
Show all versions of molecule Show documentation
A web micro-framework for Java
package com.vtence.molecule.decoration;
import java.util.Map;
public interface ContentProcessor {
Map process(String content);
}