예제 #1
0
 @Override
 public void destroy() {
   try {
     ThreadSafeStaticBRJSAccessor.destroy();
   } catch (Exception e) {
     throw new RuntimeException(e);
   }
 }