/* * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ /** * Provides interfaces to represent documentation comments as abstract syntax * trees (AST). * * @author Jonathan Gibbons * @since 1.8 * @see https://docs.oracle.com/javase/6/docs/technotes/tools/solaris/javadoc.html#javadoctags */ @jdk.Exported package com.sun.source.doctree;