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

com.wesleyhome.dao.processor.model.SubPackageInfo Maven / Gradle / Ivy

/*
 * @(#)SubPackage.java
 * 
 * (C) Copyright 2014 by Travelers
 * All Rights Reserved.
 * 
 * This software is the confidential and proprietary information
 * of the Travelers Corporation. ("Confidential Information").
 * Redistribution of the source code or binary form is not permitted
 * without prior authorization from Travelers.
 */
package com.wesleyhome.dao.processor.model;

/**
 * The SubPackage class is a
 * 
 * @author
 * @since
 */
public class SubPackageInfo {

	public final String subPackageName;

	/**
	 * @param subPackageName
	 */
	public SubPackageInfo(final String subPackageName) {
		super();
		this.subPackageName = subPackageName;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy