I have class A having structure:
@Service Class A implements AInterface { private final C c; String test(String b) { } }
Structure of cla