Usage of serialVersionUID in custom servlets which extends SlingSafeMethodsServlet
Hi All,
I have seen in multiple instances wherein serialVersionUID is assigned some random Long value in custom servlet. I am not sure as to why exactly is this used. Don't see this variable getting used anywhere.
Can someone please let me know as to what purpose does it serve.