edu.internet2.middleware.grouper.ws.util.GrouperWsToStringCompact Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grouper-ws Show documentation
Show all versions of grouper-ws Show documentation
Internet2 Groups Management WS Core
/**
* @author mchyzer
* $Id$
*/
package edu.internet2.middleware.grouper.ws.util;
/**
*
*/
public interface GrouperWsToStringCompact {
/**
* compact toString method
* @return toString method
*/
public String toStringCompact();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy