Corner Radius to rectangle annotation not working

Product: Java API

Product Version: Latest

Please give a brief summary of your issue: Corner Radius to rectangle annotation not working
(Think of this as an email subject)

Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
I am trying to set corner radius to Rectangle annotation as below. But its not showing rounded corners as per the radius set. Could you please let me know what is the correct way to set the corner radius
int style = BorderStyle.e_solid;
int b_width = 1;
int b_hr = 3
int b_vr = 3
BorderStyle borderStyle = new BorderStyle(style, b_width, b_hr, b_vr);

Please provide a link to a minimal sample where the issue is reproducible:

Hi,
Want to check if this is possible with PDFTron API or not?