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

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

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

/**
 * weaver only concerns AfterThrown
 */
public interface ExceptionWeaver extends Weaver {
        @Override
        default void doBefore(AOPPoint point) {
        }

        @Override
        default void doAfter(AOPPoint point) {
        }

        @Override
        default void doDestroy(T target) {
        }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy