@return The simple name of the wrapped class
()
| 27 | * @return The simple name of the wrapped class |
| 28 | */ |
| 29 | public String getName() { |
| 30 | return clazz.getSimpleName(); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * @return The wrapped class |
no outgoing calls
no test coverage detected