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

jedi.annotation.writer.method.FactoryMethodWriter Maven / Gradle / Ivy

package jedi.annotation.writer.method;

import jedi.annotation.processor.model.Annotateable;
import jedi.annotation.writer.JavaWriter;
import jedi.annotation.writer.factorytype.FactoryType;

public interface FactoryMethodWriter {
	void initialise(JavaWriter writer, FactoryType factoryType);

	void execute(Annotateable method);

	boolean canHandle(Annotateable method);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy