com.anaptecs.jeaf.accounting.impl.domain.IndividualBO Maven / Gradle / Ivy
package com.anaptecs.jeaf.accounting.impl.domain;
public class IndividualBO extends IndividualBOBase {
/**
* Initialize object. The constructor of the class has visibility protected in order to avoid creating business
* objects not through JEAFs persistence service provider.
*/
protected IndividualBO( ) {
// Nothing to do.
}
}