org.webpieces.plugin.hibernate.Transaction Maven / Gradle / Ivy
package org.webpieces.plugin.hibernate;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Retention(RUNTIME)
@Target(METHOD)
public @interface Transaction {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy