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