Interface ClassItemIndex


  • public interface ClassItemIndex
    Index for Class item.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getIndex

        int getIndex()
        Obtains the index of the item.
        Returns:
        Index of the item.
      • addAnnotation

        void addAnnotation​(java.lang.Object annotation)
        Allows adding further annotations to the item.
        Parameters:
        annotation - Further annotation for the item.