public final class InlineTagUtil extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<TagInfo> |
extractInlineTags(java.lang.String... lines)
Extract inline Javadoc tags from the given comment.
|
public static java.util.List<TagInfo> extractInlineTags(java.lang.String... lines)
lines - The Javadoc comment (as lines).java.lang.IllegalArgumentException - when comment lines contain newlinesCopyright © 2001-2020. All Rights Reserved.