/** * Common traits used in the typed configuration documents are located in this * package. * <p> * A general description of the trait pattern can be found here: * <a href="http://www.ageofjava.com/2016/02/definition-of-trait-pattern-in-java.html"> * Definition of the Trait Pattern in Java * </a> by Emil Forslund * <p> * This package is part of the API. Modifications to classes here should only * (if ever) be done in major releases. */ package com.speedment.runtime.config.trait;