jenes.statistics
Annotation Type StatisticsLogger.Loggable


@Retention(value=RUNTIME)
public static @interface StatisticsLogger.Loggable

Annotation for methods providing some figure in a LoggableStatistics object. The method has to be double foo(). Requires to specify the figure's label. The method name and annotation label are not necessarily related. For example:

 @Loggable("SomeStatistics")
 double getSomeStatistic() {...}
 


Required Element Summary
 java.lang.String label
          Label assigned to the figure
 

Element Detail

label

public abstract java.lang.String label
Label assigned to the figure

Returns:
the figure's label