package java.lang;

/**
 * This interface is only defined for hierarchy compatibility.
 */
public interface Readable {

}
