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 StringgetName()The tag nameStringgetValue()The tag value-
Methods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
-