Till GWT 2.5, all the css class were obfuscated by default but in GWT 2.7, while running in super dev mode, it append complete package in class name. I have tried below but it does not work.
<set-configuration-property name="CssResource.style" value="obj"/>
I does not obfuscated css styles rather it prints name like com-google-gwt-user-cellview-client-CellTable-Style-cellTableCell.