1. /*
  2. * @(#)ConstructorDoc.java 1.8 03/12/19
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package com.sun.javadoc;
  8. /**
  9. * Represents a constructor of a java class.
  10. *
  11. * @since JDK1.2
  12. * @author Robert Field
  13. */
  14. public interface ConstructorDoc extends ExecutableMemberDoc {
  15. }