I have a class A, it has a dependency on a repository (maybe JPA repository).
Class A{ @Autowired SomeRepository somerepository; public int meth