highsource / highsource/hyperjaxb3
How to remove default "Temporal" for xsd:date type for instance ?
Open
- Dominant language
- Java
- Stars
- 37
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
```xsd
```
I need to map xsd:date to java.lang.String and also use custom Adapter. Fine with
```xml
```
But Hyperjaxb still adds
```java
@Temporal(TemporalType.DATE)
```
How can I override default ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.