Example #1
0
    private void add(Context context) {

      if (!context.isNamed()) {
        throw new InternalException(
            "The anonymous context shouldn't be added to the global namespace");
      }

      internalAdd(context);
    }