net.java.truelicense.obfuscate.processor.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truelicense-obfuscate Show documentation
Show all versions of truelicense-obfuscate Show documentation
The TrueLicense @Obfuscate module provides core functionality for
obfuscating constant string values in Java source and class files.
/*
* Copyright (C) 2005-2015 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
/**
* Provides compile time support for the obfuscation of constant string values
* in Java byte code.
*
* @author Christian Schlichtherle
*/
@javax.annotation.ParametersAreNonnullByDefault @javax.annotation.Nonnull
package net.java.truelicense.obfuscate.processor;