public final class InlineTagUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<TagInfo> |
extractInlineTags(String... lines)
Extract inline Javadoc tags from the given comment.
|
public static List<TagInfo> extractInlineTags(String... lines)
lines - The Javadoc comment (as lines).Copyright © 2001-2017. All Rights Reserved.