import Pack.*;

public class attributes {
    // Attributes
    /**
     * com1
     */
    public type1 nom1 = val1;
    /**
     * com2
     */
    private static Classe nom2;
    /**
     * com3
     */
    protected type3 nom3 = val3;
}
