Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 19, 2021
1 parent 02eee4e commit 98b8dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jaxb-api/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

uses jakarta.xml.bind.JAXBContextFactory;

//this one is deprecated but still being used :-/
//this one is deprecated but still being used
//to allow overriding "default" by custom impl even on JPMS
//nobody expcept of default impl should rely on this
uses jakarta.xml.bind.JAXBContext;
}

0 comments on commit 98b8dcd

Please sign in to comment.