I don't know this either. But, IMO, If the language attribute was added to support multiple language description. The getter should return a Map<String lang, String description> instead a simple String[].
On Mon, Mar 15, 2010 at 1:58 PM, David Jencks <david_jen...@yahoo.com>wrote: > In the common xml goo for ee6 there's a description group which has e.g. a > description element which has a language attribute and text content. In the > Connector annotation there's a corresponding description getter which > returns a String[] > > Does anyone know how these relate, i.e. is the language encoded in the > description string somehow? I haven't located any bits of spec that discuss > this... > > thanks > david jencks > > -- Shawn