{@inheritDoc}
(Object[] arguments)
| 1752 | |
| 1753 | /** {@inheritDoc} */ |
| 1754 | @Override |
| 1755 | public Object invokeConstructor(Object[] arguments) { |
| 1756 | return invokeConstructor(theClass, arguments); |
| 1757 | } |
| 1758 | |
| 1759 | /** {@inheritDoc} */ |
| 1760 | @Override |
nothing calls this directly
no test coverage detected