declare namespace org { namespace eclipse { namespace jetty { namespace util { namespace annotation { interface ManagedAttribute extends java.lang.annotation.Annotation { value(): string name(): string readonly(): boolean proxied(): boolean setter(): string } } } } } }