In some examples/articles sometimes they use:
public static class MyMapper 

and sometimes they use

public class MyMapper 


When/why should we use static vs normal class.

Thanks
Sai

Reply via email to