Searched refs:_webFragmentAnnotations (Results 1 – 1 of 1) sorted by relevance
57 …protected final Map<Resource, List<DiscoveredAnnotation>> _webFragmentAnnotations = new HashMap<Re… field in MetaData137 _webFragmentAnnotations.clear(); in clear()290 List<DiscoveredAnnotation> list = _webFragmentAnnotations.get(resource); in addDiscoveredAnnotation()294 _webFragmentAnnotations.put(resource, list); in addDiscoveredAnnotation()302 List<DiscoveredAnnotation> list = _webFragmentAnnotations.get(resource); in addDiscoveredAnnotations()306 _webFragmentAnnotations.put(resource, list); in addDiscoveredAnnotations()395 List<DiscoveredAnnotation> fragAnnotations = _webFragmentAnnotations.get(r); in resolve()