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

io.ebean.bean.ToStringAware Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.bean;

/**
 * A type that can participate in building toString content with ToStringBuilder.
 */
public interface ToStringAware {

  /**
   * Append to the ToStringBuilder.
   */
  void toString(ToStringBuilder builder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy