javaee / jaxb2-commons

JAXB Implementation project has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/jaxb-ri/
Other
17 stars 15 forks source link

Add support for java.time.Duration to default-value plugin #45

Open soc opened 2 years ago

soc commented 2 years ago

Would a PR be accepted that extended DefaultValuePlugin.java to emit code like java.time.Duration#parse(String) to read a default value for that type?