Home
last modified time | relevance | path

Searched refs:cldrTool (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DOption.java443 CLDRTool cldrTool = forClass.getAnnotation(CLDRTool.class); in getCLDRToolDescription() local
444 if (cldrTool != null) { in getCLDRToolDescription()
445 return cldrTool.description(); in getCLDRToolDescription()