http://qiita.com/nvtomo1029/items/03f263423848a955f2bc
なくても大丈夫だけど、より詳細な説明をController単位で追加できる 指定しない場合はtagsはハイフンつなぎのクラス名 descriptionはクラス名。valueは不明!
指定しないとメソッド名のところを指定した場合は、エンドポイント単位に説明追加
.select().apis(apiPackage()).paths(or(and(apiPath(), not(actuatorPath()), not(testPath())), internalApiPath())).build()
private Predicate<String> actuatorPath() { return regex("/actuator/?.*"); }