summaryrefslogtreecommitdiffstats
path: root/examples/annotations/examples/Applet.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/annotations/examples/Applet.java')
-rw-r--r--examples/annotations/examples/Applet.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/annotations/examples/Applet.java b/examples/annotations/examples/Applet.java
index 8a5874b..e5b7acc 100644
--- a/examples/annotations/examples/Applet.java
+++ b/examples/annotations/examples/Applet.java
@@ -8,7 +8,8 @@ import proguard.annotation.*;
* You can then process it with:
* java -jar ../../../lib/proguard.jar @ ../examples.pro
*
- * The annotation will preserve the class and its essential methods.
+ * The annotation will preserve the class and its essential methods,
+ * as a result of the specifications in lib/annotations.pro.
*/
@Keep
public class Applet extends java.applet.Applet