public final class BlockTagUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<TagInfo> |
extractBlockTags(String... lines)
Extract the block tags from a Javadoc comment.
|
public static List<TagInfo> extractBlockTags(String... lines)
lines - The text of the comment, as separate lines.Copyright © 2001-2017. All Rights Reserved.