All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thoughtworks.qdox.model.Member Maven / Gradle / Ivy

The newest version!
package com.thoughtworks.qdox.model;

/**
 * @author Aslak Hellesøy
 * @version $Revision: 1.1 $
 * @since 1.4
 */
public interface Member {
    String getDeclarationSignature(boolean withModifiers);
    String getCallSignature();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy