Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 6 years ago.
How can I get the value of the annotation using Java Reflection
?
This is the annotated method:
@JsonView( { View.class } )
public Element getElement()
{
return element;
}