org.scijava.annotations
Class IndexItem<A extends Annotation>

java.lang.Object
  extended by org.scijava.annotations.IndexItem<A>

public class IndexItem<A extends Annotation>
extends Object

Allows access to individual annotations.

Author:
Johannes Schindelin

Method Summary
 A annotation()
          Obtains the annotation values.
 String className()
          Returns the name of the annotated class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

annotation

public A annotation()
Obtains the annotation values.

Returns:
the annotation values

className

public String className()
Returns the name of the annotated class.

Returns:
the name of the annotated class.


Copyright © 2009–2014 SciJava. All rights reserved.