Class JavadocSnippet

java.lang.Object
spoon.javadoc.internal.JavadocSnippet
All Implemented Interfaces:
Serializable, JavadocDescriptionElement

public class JavadocSnippet extends Object implements JavadocDescriptionElement, Serializable
A piece of text inside a Javadoc description.

For example in A class totally unrelated to String, I swear! we would have two snippets: one before and one after the inline tag (String).

See Also:
Serialized Form