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

com.vtence.molecule.decoration.ContentProcessor Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package com.vtence.molecule.decoration;

import java.util.Map;

public interface ContentProcessor {

    Map process(String content);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy