@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
@TestExecutionListeners(value={JMemcachedTestExecutionListener.class,org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class})
public @interface EmbeddedMemcached