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

Method aaa

ch3/AopMain.java:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected