コード例 #1
0
 /** {@inheritDoc} */
 @Override
 public Map<Object, Object> getAttributes() {
   synchronized (attrs) {
     return U.sealMap(attrs);
   }
 }