MariusKl
Results
1
issues of
MariusKl
I use your recommended test to avoid internal calls to methods with `@Transactional` ``` no_classes_should_directly_call_other_methods_declared_in_the_same_class_that_are_annotated_with( Transactional.class); ``` Unfortunately this does not work if the method is an implementation of a...