updated Java/Jython private field examples

This commit is contained in:
Luciano Ramalho
2014-10-19 15:41:11 -02:00
parent 1d48cdbde5
commit 9da839023e
8 changed files with 26 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
from java.lang.reflect import Modifier
import Confidential
message = Confidential('never expose this')
message = Confidential('top secret text')
fields = Confidential.getDeclaredFields()
for field in fields:
# list private fields only