File tree Expand file tree Collapse file tree
moneta-convert-ecb/src/main/java
moneta-convert-imf/src/main/java Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import org .javamoney .moneta .spi .loader .LoaderService ;
22
33/*
4- Copyright (c) 2012, 2023 , Werner Keil and others by the @author tag.
4+ Copyright (c) 2012, 2025 , Werner Keil and others by the @author tag.
55
66Licensed under the Apache License, Version 2.0 (the "License"); you may not
77use this file except in compliance with the License. You may obtain a copy of
1616the License.
1717*/
1818module org .javamoney .moneta .convert .ecb {
19+ opens org .javamoney .moneta .convert .ecb ;
1920 opens org .javamoney .moneta .convert .ecb .defaults ;
2021 requires java .xml ;
2122 requires org .javamoney .moneta .convert ;
Original file line number Diff line number Diff line change 11import org .javamoney .moneta .spi .loader .LoaderService ;
22
33/*
4- Copyright (c) 2012, 2024 , Werner Keil and others by the @author tag.
4+ Copyright (c) 2012, 2025 , Werner Keil and others by the @author tag.
55
66Licensed under the Apache License, Version 2.0 (the "License"); you may not
77use this file except in compliance with the License. You may obtain a copy of
1616the License.
1717*/
1818module org .javamoney .moneta .convert .imf {
19- opens org .javamoney .moneta .convert .imf .defaults ;
19+ opens org .javamoney .moneta .convert .imf ;
20+ opens org .javamoney .moneta .convert .imf .defaults ;
2021 requires org .javamoney .moneta .convert ;
2122 requires static osgi .core ;
2223 requires static osgi .annotation ;
You can’t perform that action at this time.
0 commit comments