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