obfuscate property

bool obfuscate
final

Allows all the values to be encrypted using a random generated key that is then XOR'd with the encrypted value when being accessed the first time. Please note that the values can not be offered with the const qualifier, but only with final. Can be overridden by the per-field obfuscate option!

Implementation

final bool obfuscate;