Searched refs:annotationsFactory (Results 1 – 2 of 2) sorted by relevance
21 Factory annotationsFactory = CLDRConfig.getInstance().getAnnotationsFactory(); in main() local24 for (Factory factory : Arrays.asList(mainFactory, annotationsFactory)) { in main()
164 private Factory annotationsFactory; field in CLDRConfig277 if (annotationsFactory == null) { in getAnnotationsFactory()278 annotationsFactory = Factory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in getAnnotationsFactory()281 return annotationsFactory; in getAnnotationsFactory()