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

net.cassite.pure.aop.Handler Maven / Gradle / Ivy

The newest version!
package net.cassite.pure.aop;

/**
 * handler for weavers and proxy objects
 *
 * @since 0.3.1
 */
public interface Handler {
        /**
         * create proxy object
         *
         * @return proxy object
         */
        Object proxy();

        /**
         * destroy target object
         *
         * @throws Throwable exceptions
         */
        void destroy() throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy