uk.co.caeldev.spring.moprhia.EnableSpringMorphia Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-morphia Show documentation
Show all versions of spring-morphia Show documentation
A Commons Library to provide moprhia configuration
The newest version!
package uk.co.caeldev.spring.moprhia;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
@Import({ MongoConfiguration.class, MorphiaConfiguration.class, MongoClientConfiguration.class})
public @interface EnableSpringMorphia {
}