1 2 3 4 5 6
package cuchaz.enigma.mapping; public interface BehaviorEntry extends Entry { public String getSignature(); }