fix: obfuscateInjectorMetadata should be true by default

This commit is contained in:
zaaarf 2023-04-06 15:20:40 +02:00
parent dacf7a6de6
commit 2e7e3d9fec
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -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