package org.jboss.jsr299.tck.tests.jbt.validation.sessionbeans; import javax.ejb.Local; @Local public interface LocalFoo { void foo(); }