We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438c90f commit bf1f84dCopy full SHA for bf1f84d
sources/net.sf.j2s.java.core/src/test/Test_.java
@@ -149,6 +149,10 @@ public static void main(String[] args) {
149
Test_J8_Generic2.main(args);
150
Test_J8_Stream.main(args);
151
Test_Java8.main(args);
152
+ Test_JAXB_Marshall.main(args);
153
+ Test_JAXB_NONE.main(args);
154
+ Test_JAXB_Obj.main(args);
155
+ Test_JAXB_ORDERED.main(args);
156
Test_Map.main(args);
157
Test_Math.main(args);
158
Test_Native.main(args);
0 commit comments