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