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

org.n3r.eql.trans.spring.annotation.EnableEqlTransaction Maven / Gradle / Ivy

There is a newer version: 0.1.19
Show newest version
package org.n3r.eql.trans.spring.annotation;

import org.n3r.eql.trans.spring.EqlTransactionConfig;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * Created by liolay on 15-5-7.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
@Import(EqlTransactionConfig.class)
public @interface EnableEqlTransaction {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy