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

ru.hts.springwebdoclet.processors.ControllerProcessor Maven / Gradle / Ivy

package ru.hts.springwebdoclet.processors;

import com.sun.javadoc.ClassDoc;
import ru.hts.springwebdoclet.render.RenderContext;

/** @author Ivan Sungurov */
public interface ControllerProcessor {

    RenderContext process(ClassDoc classDoc);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy