Hello,
I would like to use your library but I need to support jre6. Could you provide support for this. I think the problem is the usage of the method field.getDeclaredAnnotation(Value.class) which was introduced in jre8.
Could you please replace this by using a method that is supported in jre6.
Thanks in advance.