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

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

package ru.hts.springwebdoclet.processors;

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

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

    RenderContext process(AnnotationDesc[] annotations, T target);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy