org.hibernate.annotations.common.reflection
public interface: XMethod [javadoc |
source]
All Implemented Interfaces:
XMember
All Known Implementing Classes:
JavaXMethod
Represent an invokable method
The underlying layer does not guaranty that xProperty == xMethod
if the underlying artefact is the same
However xProperty.equals(xMethod) is supposed to return true
- author:
Emmanuel - Bernard