Interface ClassItemIndex
public interface ClassItemIndex
Index for
Class item.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(Object annotation) Allows adding further annotations to the item.intgetIndex()Obtains the index of the item.
-
Method Details
-
getIndex
int getIndex()Obtains the index of the item.- Returns:
- Index of the item.
-
addAnnotation
Allows adding further annotations to the item.- Parameters:
annotation- Further annotation for the item.
-