d47064fb7c5acdcf42eb0ef80975745165088faf
[JavaForFun] /
1 /**
2  * 
3  */
4 package de.spring.example.annotation;
5
6 import java.lang.annotation.Retention;
7 import java.lang.annotation.RetentionPolicy;
8 import org.springframework.stereotype.Component;
9
10
11 @Retention(RetentionPolicy.RUNTIME)
12 public @interface CustomTransactional {
13 }