Skip to content

Latest commit

 

History

History

library

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

library

This example demonstrates obfuscation for a Java library that exposes a public API.

All public and protected classes, methods, and fields are excluded from obfuscaton. Package-private and private classes, methods and fields are renamed whenever possible.

This example also shows how to use of the attribute element. In this case, it prevents the yguard task from removing the Deprecated flag from .class files.