4 package de.spring.example.annotation;
6 import java.lang.annotation.Retention;
7 import java.lang.annotation.RetentionPolicy;
8 import org.springframework.stereotype.Component;
11 @Retention(RetentionPolicy.RUNTIME)
12 public @interface CustomTransactional {