コード例 #1
0
 public InvocationBuilder register(Object object) {
   registryBuilder.add(object);
   return this;
 }