Class BlockTagUtil


  • public final class BlockTagUtil
    extends java.lang.Object
    Tools for parsing block tags from a Javadoc comment.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<TagInfo> extractBlockTags​(java.lang.String... lines)
      Extract the block tags from a Javadoc comment.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • extractBlockTags

        public static java.util.List<TagInfo> extractBlockTags​(java.lang.String... lines)
        Extract the block tags from a Javadoc comment.
        Parameters:
        lines - The text of the comment, as separate lines.
        Returns:
        The tags extracted from the block.