wuxw
2020-07-05 b0263fef69e3d3cd38099f5ef098706ac96e6070
java110-core/src/main/java/com/java110/core/annotation/Java110Transactional.java
@@ -5,7 +5,7 @@
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component