| 39 | } |
| 40 | |
| 41 | class MyClass { |
| 42 | @Transactional |
| 43 | void aaa() { |
| 44 | System.out.println("aaa() is called."); |
| 45 | } |
| 46 | void aaa2() { |
| 47 | System.out.println("aaa2() is called."); |
| 48 | } |
| 49 | void bbb() { |
| 50 | System.out.println("bbb() is called."); |
| 51 | } |
| 52 | } |
| 53 |
nothing calls this directly
no outgoing calls
no test coverage detected