
layer IBase1;

import x.y.z.*;
import java.io.Serializable;

public transient

interface MyInt extends FooInterface, yyy, java.io.Serializable { 
    int Silent = 0;
    int Terse = 2;
    void foo() throws AFit, SomeException;
    SomeType bar( int x );
    int increment( int i );
}