Exemplo n.º 1
0
 public static void registerInContext(Context ctx) {
   Base.registerInContext(ctx);
   ctx.registerProto(OBJECT_ID, Base.OBJECT_ID);
   ctx.registerObject(new NullProto());
 }