net.java.truelicense.maven.plugin.obfuscation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truelicense-maven-plugin Show documentation
Show all versions of truelicense-maven-plugin Show documentation
Provides a Maven plugin with goals for the obfuscation of constant
string values in Java class and test-class files (byte code).
The newest version!
/*
* Copyright (C) 2005-2017 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
/**
* Provides a class visitor for the obfuscation of constant string values
* in Java byte code with the ASM API.
* This package does not depend on the Maven Plugin API, so it could
* get used in an Ant task, etc.
*
* @author Christian Schlichtherle
*/
@javax.annotation.ParametersAreNonnullByDefault @javax.annotation.Nonnull
package net.java.truelicense.maven.plugin.obfuscation;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy