package com.opensymphony.xwork2.util.annotation; public interface DummyInterface { @MyAnnotationI void interfaceMethodWithAnnotation(); }