105106107108109110111112113114115
// if (annotation != null) { String name = annotation.path(); ResourceKey key = new ResourceKey(name); resourceMap.put(key, new RestResource(name, managedResource)); return key; } // return null;
979899100101102103104105106107