de.lmu.ifi.dbs.elki.utilities.documentation
Annotation Type Reference


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Reference

Annotation to specify a reference.


Required Element Summary
 String authors
          Publication Authors
 String booktitle
          Book title or Journal title etc.
 String title
          Publication title.
 
Optional Element Summary
 String prefix
          Prefix to the reference, e.g.
 String url
          Reference URL, e.g.
 

Element Detail

title

public abstract String title
Publication title.

Returns:
publication title

authors

public abstract String authors
Publication Authors

Returns:
authors

booktitle

public abstract String booktitle
Book title or Journal title etc.

Returns:
book title

prefix

public abstract String prefix
Prefix to the reference, e.g. "Generalization of a method proposed in"

Returns:
Prefix or empty string
Default:
""

url

public abstract String url
Reference URL, e.g. DOI

Returns:
Reference URL or empty string
Default:
""

Release 0.4.0 (2011-09-20_1324)