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

org.ocpsoft.rewrite.annotation.spi.AnnotationHandler Maven / Gradle / Ivy

There is a newer version: 10.0.2.Final
Show newest version
package org.ocpsoft.rewrite.annotation.spi;

import java.lang.annotation.Annotation;

import org.ocpsoft.common.pattern.Weighted;
import org.ocpsoft.rewrite.annotation.api.ClassContext;
import org.ocpsoft.rewrite.annotation.api.HandlerChain;

public interface AnnotationHandler extends Weighted
{
   Class handles();

   void process(ClassContext context, A annotation, HandlerChain chain);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy