474dc632d33906c71dcd08dae1ffc50c54d465b9
[JavaForFun] /
1 /**
2  * 
3  */
4 package de.spring.example;
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 @Component
13 public @interface TransactionalN2A {
14 }