Пример #1
0
 @Override
 public <T> T unwrap(final Class<T> type) {
   return delegate.unwrap(type);
 }