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 a52520b commit b5f9acfCopy full SHA for b5f9acf
samples/versions-in-platform/app/src/main/java/org/my/app/App.java
@@ -11,9 +11,7 @@ public static void main(String[] args) {
11
12
public static boolean doWork() {
13
ObjectMapper om = new ObjectMapper();
14
- if (!om.canSerialize(LoggerFactoryBinder.class)) {
15
- throw new RuntimeException("Boom!");
16
- }
+ LoggerFactoryBinder lfb;
17
System.out.println(App.class.getModule().getName());
18
19
try {
0 commit comments