Class IndexItem<A extends Annotation>


  • public class IndexItem<A extends Annotation>
    extends Object
    Allows access to individual annotations.
    Author:
    Johannes Schindelin
    • 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.