
com.github.fridujo.automocker.api.BeforeBeanRegistrationExecutable Maven / Gradle / Ivy
The newest version!
package com.github.fridujo.automocker.api;
import org.springframework.context.ConfigurableApplicationContext;
import java.lang.annotation.Annotation;
public interface BeforeBeanRegistrationExecutable {
void execute(A annotation, ConfigurableApplicationContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy