package cuchaz.enigma.source; public interface Decompiler { Source getSource(String className); }