MCPcopy Create free account
hub / github.com/castello/spring_basic / MyClass

Class MyClass

ch3/AopMain.java:41–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected