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

org.treeleafj.xdoc.spring.format.Format Maven / Gradle / Ivy

package org.treeleafj.xdoc.spring.format;

import org.treeleafj.xdoc.model.ApiModule;
import org.treeleafj.xdoc.spring.SpringApiModule;

import java.util.List;

/**
 * Created by leaf on 2017/3/4.
 */
public interface Format {

    String format(List list);

    String format(ApiModule apiModule);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy