1 2 3 4 5
package cuchaz.enigma.source; public interface Decompiler { Source getSource(String className); }