1: package org.foo.impl; 2: 3: import org.foo.Interface; 4: 5: public class Implementation1 implements Interface { 6: }