mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-10 04:59:19 +01:00
fix: obfuscateInjectorMetadata should be true by default
This commit is contained in:
parent
dacf7a6de6
commit
2e7e3d9fec
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class LilleroProcessor extends AbstractProcessor {
|
|||
* Whether injector metadata (what is returned by the functions of {@link IInjector})
|
||||
* is to use obfuscated names instead of its normal names.
|
||||
*/
|
||||
public static boolean obfuscateInjectorMetadata = false;
|
||||
public static boolean obfuscateInjectorMetadata = true;
|
||||
|
||||
/**
|
||||
* Initializes the processor with the processing environment by
|
||||
|
|
Loading…
Reference in a new issue