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

org.springframework.mock.staticmock.MockStaticEntityMethods Maven / Gradle / Ivy

package org.springframework.mock.staticmock;

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

/**
 * Annotation to indicate a test class for whose @Test methods
 * static methods on Entity classes should be mocked.
 * 
 * @see AbstractMethodMockingControl
 * 
 * @author Rod Johnson
 *
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface MockStaticEntityMethods {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy