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

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