I want to do AspectJ logging for this class, can anyone suggest to me how to do it or will it even be possible?
public class Class{ public void method(){ // code } }
No, Spring AOP will only handle Spring-managed Beans.