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

ru.hts.springwebdoclet.annotation.AnnotationHandler Maven / Gradle / Ivy

package ru.hts.springwebdoclet.annotation;

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

/**
 * Processes specific annotation
 * @author Ivan Sungurov
 */
public interface AnnotationHandler {
    RenderContext handle(AnnotationDesc annotationDoc, T target);

    Class getSupportedAnnotation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy