...
| Code Block | ||
|---|---|---|
| ||
@interface Service {}
@interface Transactional {
String propagation() default "required"
} |
We define the meta-annotation combining both the above annotations:
...
...
| Code Block | ||
|---|---|---|
| ||
@interface Service {}
@interface Transactional {
String propagation() default "required"
} |
We define the meta-annotation combining both the above annotations:
...