コード例 #1
0
 public boolean isProductionSandBox() {
   return sandBox == null || SandBoxType.PRODUCTION == sandBox.getSandBoxType();
 }