Annotation Type MockStaticEntityMethods


  • @Deprecated
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface MockStaticEntityMethods
    Deprecated.
    as of Spring 4.3, in favor of a custom aspect for such purposes
    Annotation to indicate a test class for whose @Test methods static methods on JPA-annotated @Entity classes should be mocked.

    See AnnotationDrivenStaticEntityMockingControl for details.

    Author:
    Rod Johnson, Sam Brannen