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