Class ProGuardWriter

java.lang.Object
net.fabricmc.mappingio.format.ProGuardWriter
All Implemented Interfaces:
Closeable, AutoCloseable, MappingVisitor, MappingWriter

public final class ProGuardWriter extends Object implements MappingWriter
A mapping writer for the ProGuard mapping format. Note that this format is very basic: it only supports one namespace pair and only classes, methods and fields without comments.
See Also: