Class BlockTagUtil


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

      • extractBlockTags

        public static List<TagInfo> extractBlockTags​(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.