예제 #1
0
 public List<String> getBrandings() {
   if (brandings == null) {
     computeBranding();
   }
   return ImmutableList.copyOf(brandings);
 }