Package org.scijava.annotations
Class IndexItem<A extends Annotation>
- java.lang.Object
-
- org.scijava.annotations.IndexItem<A>
-
public class IndexItem<A extends Annotation> extends Object
Allows access to individual annotations.- Author:
- Johannes Schindelin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aannotation()Obtains the annotation values.StringclassName()Returns the name of the annotated class.
-