MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getDescription

Method getDescription

src/meta/Annotation.java:712–714  ·  view source on GitHub ↗

@return the description

()

Source from the content-addressed store, hash-verified

710
711 /** @return the description */
712 public final String getDescription() {
713 return description;
714 }
715
716 /** @return the notes, may be empty */
717 public final String getNotes() {

Calls

no outgoing calls