12345678910111213141516171819202122232425262728293031 |
- /**
- *
- * Copyright (c) behosoft Co.,Ltd.
- * All Rights Reserved.
- *
- * This software is the confidential and proprietary information of behosoft.
- * (Social Security Department). You shall not disclose such
- * Confidential Information and shall use it only in accordance with
- * the terms of the license agreement you entered into with behosoft.
- *
- * Distributable under GNU LGPL license by gnu.org
- */
- package com.behosoft.util.pdfutil;
- /**
- * <p>
- * Title: Wms_[子系统统名]_[模块名]
- * </p>
- * <p>
- * Description: [描述该类概要功能介绍]
- * </p>
- *
- * @author daijiashun
- * @version $Revision$ 2009-8-19
- * @author (lastest modification by $Author$)
- * @since 1.0
- */
- public interface IsPdfContent {
- }
|