Example usage for org.apache.commons.lang.builder Builder interface-usage

List of usage examples for org.apache.commons.lang.builder Builder interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang.builder Builder interface-usage.

Usage

From source file name.nanek.gdwprototype.shared.model.support.CompareToBuilder.java

/** 
 * Assists in implementing {@link java.lang.Comparable#compareTo(Object)} methods.
 *
 * It is consistent with <code>equals(Object)</code> and
 * <code>hashcode()</code> built with {@link EqualsBuilder} and
 * {@link HashCodeBuilder}.</p>