From 06f647eb1c0ea61a291501b717f806f9b1d621c5 Mon Sep 17 00:00:00 2001
From: hoenicke Select the methods and classes you want to preserve. This is
the main method for applications and the default constructor
<init>.()V for applets, resource bundles and other classes
-that you load manually at runtime.
You have to give the method
+that you load manually at runtime.
+You have to give the method
name and the type signature to identify your method. javap
-s will show you the type signatures for your classes, but you
-may also use *, to select all methods with that name.
-preserve = new WildCard { value = "org.myorg.ApplicationClass.main.*" }, +preserve = new SerializePreserver, + new WildCard { value = "org.myorg.ApplicationClass.main.*" }, new WildCard { value = "org.myorg.AppletClass.<init>.()V" }, new WildCard { value = "org.resources.Bundle*.<init>.()V" },