package org.jboss.jsr299.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator; interface Foo { public abstract void bar(); }