예제 #1
0
 @Implementation
 public String getString(int id) throws Resources.NotFoundException {
   return resourceLoader.getStringValue(getResName(id), getQualifiers());
 }