5859606162636465666768
if (!hasSourceAnnotation(bridgeAnnotation)) { return Collections.emptyList(); } List<URI> files = new ArrayList<URI>(); for (String src : bridgeAnnotation.sources()) { try { if (src.length() > 0) { files.add(new URI(src)); } }