@see MetaObjectProtocol#hasProperty(Object, String)
(final Object obj, final String name)
| 322 | * @see MetaObjectProtocol#hasProperty(Object, String) |
| 323 | */ |
| 324 | @Override |
| 325 | public MetaProperty hasProperty(final Object obj, final String name) { |
| 326 | return getMetaProperty(name); |
| 327 | } |
| 328 | |
| 329 | /** |
| 330 | * @see MetaObjectProtocol#getMetaProperty(String) |
nothing calls this directly
no test coverage detected