summaryrefslogtreecommitdiff
path: root/examples/annotations/examples/Application.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/annotations/examples/Application.java')
-rw-r--r--examples/annotations/examples/Application.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/annotations/examples/Application.java b/examples/annotations/examples/Application.java
index f8d5060..777d286 100644
--- a/examples/annotations/examples/Application.java
+++ b/examples/annotations/examples/Application.java
@@ -8,7 +8,8 @@ import proguard.annotation.KeepApplication;
* You can then process it with:
* java -jar ../../../lib/proguard.jar @ ../examples.pro
*
- * The annotation will preserve the class and its main method.
+ * The annotation will preserve the class and its main method,
+ * as a result of the specifications in lib/annotations.pro.
*/
@KeepApplication
public class Application