IsPdfContent.java 764 B

12345678910111213141516171819202122232425262728293031
  1. /**
  2. *
  3. * Copyright (c) behosoft Co.,Ltd.
  4. * All Rights Reserved.
  5. *
  6. * This software is the confidential and proprietary information of behosoft.
  7. * (Social Security Department). You shall not disclose such
  8. * Confidential Information and shall use it only in accordance with
  9. * the terms of the license agreement you entered into with behosoft.
  10. *
  11. * Distributable under GNU LGPL license by gnu.org
  12. */
  13. package com.behosoft.util.pdfutil;
  14. /**
  15. * <p>
  16. * Title: Wms_[子系统统名]_[模块名]
  17. * </p>
  18. * <p>
  19. * Description: [描述该类概要功能介绍]
  20. * </p>
  21. *
  22. * @author daijiashun
  23. * @version $Revision$ 2009-8-19
  24. * @author (lastest modification by $Author$)
  25. * @since 1.0
  26. */
  27. public interface IsPdfContent {
  28. }