Hi members,
I am trying to create a custom annotation. The idea was very simple, it would set the data in a string field.
Here is the code I have done till now,
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.la...