Go to file
Agaricus 0f3edc778e Rework access map to never decrease visibility
Now will only upgrade, from private->default->protected->public.
Useful for modifying access with wildcards, e.g. classname.* protected
to change all fields in the class to protected -- except those which
are already public. This matches FML's access transformer behavior.
2013-03-08 12:41:59 -08:00
src/main/java/net/md_5/specialsource Rework access map to never decrease visibility 2013-03-08 12:41:59 -08:00
.gitignore Initial commit. 2012-12-08 08:52:58 +11:00
LICENSE Fix license formatting. 2012-12-09 10:15:58 +11:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-03-07 16:24:26 +11:00
README.md Initial commit. 2012-12-08 08:52:58 +11:00

Special Source

Automatic generator and renamer of jar obfuscation mappings.