![JAR search and dependency download from the Maven repository](/logo.png)
org.hibernate.annotations.common.reflection.XMethod Maven / Gradle / Ivy
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or .
*/
package org.hibernate.annotations.common.reflection;
/**
* 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
*/
public interface XMethod extends XMember {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy