Jackson - Not able to add standalone="yes" in header
<?xml version='1.0' encoding='UTF-8'?><Book/>
JAXB - standalone="yes" header can be added.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Can you please tell if I use Jackson , I am not getting any way to add standalone="yes".