Interface JavaDocTag

All Superinterfaces:
Internal

public interface JavaDocTag extends Internal
Represents a JavaDoc tag, like the author tag below
Author:
George Gastaldi
  • Method Summary

    Modifier and Type
    Method
    Description
    The tag name
    The tag value

    Methods inherited from interface org.jboss.forge.roaster.Internal

    getInternal
  • Method Details

    • getName

      String getName()
      The tag name
    • getValue

      String getValue()
      The tag value