Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
/**
 * Returns the author of the custom element.
 * @return the author of the custom element
 */
String getAuthor();

/**
 * Sets the nameauthor of the custom element.
 * @param name the nameauthor of the custom element to set
 */
void setAuthor(String author);

...