com.cmeza.spring.ioc.handler.handlers.IocMethodInterceptor Maven / Gradle / Ivy
The newest version!
package com.cmeza.spring.ioc.handler.handlers;
import com.cmeza.spring.ioc.handler.utils.IocUtil;
import java.lang.reflect.Method;
import java.util.Optional;
@SuppressWarnings("unchecked")
public interface IocMethodInterceptor {
Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy