コード例 #1
0
 @Override
 public AbstractBuild<?, ?> getOwner() {
   return (parent == null ? null : parent.getOwner());
 }