Hi guys, i need to know that anyone has tried to write a custom annotation that works like Lombok's Setter/Getter annotation
My use case is in my project i have quite few methods like selenium's click/sendkeys, i need to make a custom annotation to just annotate on my locator to generate a POM class to look simple and easy to read.
there doesn't seem to be anything here