declare namespace org { namespace eclipse { namespace jetty { namespace util { namespace annotation { interface Name extends java.lang.annotation.Annotation { value(): string description(): string } } } } } }