declare namespace org { namespace eclipse { namespace jetty { namespace util { namespace annotation { interface ManagedOperation extends java.lang.annotation.Annotation { value(): string impact(): string proxied(): boolean } } } } } }