So far I think the best approach is:
@SafeHtml( whitelistType = BASIC, additionalTags = "simpleTag", additionalTagsWithAttributes = { @Tag( name = "div", attributes = { "class", "style" } ), @Tag( name = "anotherTag", attributes = { "foo", "bar" } ) } )