/* This file has been extracted from module AnImplementation. */ import fr.labri.AnInterface; public class AnImplementation implements fr.labri.AnInterface, java.lang.Comparable { public int compareTo(AnImplementation other) { return -1; } }