-
@Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface Obfuscated
The interfaceObfuscated
marks a field that it is obfuscated as the name let assume.
@Retention(RUNTIME)
@Target({TYPE,FIELD})
public @interface Obfuscated
Obfuscated
marks a field that it is obfuscated as the name let assume.