Description
Using the HtmlSerializer, if you try to serialize a collection or array of these beans...
@Bean(bpi="a,b,c") @Html(noTableHeaders=true) public class Foo {...}
...the noTableHeaders annotation is not honored.
Using the HtmlSerializer, if you try to serialize a collection or array of these beans...
@Bean(bpi="a,b,c") @Html(noTableHeaders=true) public class Foo {...}
...the noTableHeaders annotation is not honored.