101102103104105106107108109110111
final Objectify ofy = factory.begin(); stack.add(ofy); return new Closeable() { @Override public void close() { if (stack.isEmpty()) throw new IllegalStateException("You have already destroyed the Objectify context.");