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

org.xblackcat.sjpu.skel.IMethodBuilder Maven / Gradle / Ivy

Go to download

Service for generating DB access logic in simple way via interfaces and annotations

There is a newer version: 2.0
Show newest version
package org.xblackcat.sjpu.skel;

import javassist.CannotCompileException;
import javassist.CtClass;
import javassist.NotFoundException;

import java.lang.annotation.Annotation;
import java.lang.reflect.Method;

/**
 * 11.03.13 13:16
 *
 * @author xBlackCat
 */
public interface IMethodBuilder {
    void buildMethod(CtClass accessHelper, Class targetClass, Method m) throws NotFoundException, ReflectiveOperationException, CannotCompileException;

    Class getAnnotationClass();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy