Package org.jboss.forge.roaster.model
Interface JavaDocTag
-
- All Superinterfaces:
Internal
public interface JavaDocTag extends Internal
Represents aJavaDoctag, like the author tag below- Author:
- George Gastaldi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()The tag namejava.lang.StringgetValue()The tag value-
Methods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
-