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

com.github.fridujo.automocker.api.ResetMocks Maven / Gradle / Ivy

The newest version!
package com.github.fridujo.automocker.api;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Activate a {@link org.springframework.test.context.TestExecutionListener} to
 * reset any bean implementing {@link Resettable}.
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ResetMocks {
    boolean disable() default false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy