Annotation Type Calculator
-
@Target(TYPE) @Retention(RUNTIME) public @interface Calculator
Declares that the annotated class is able to calculate the specified metric on the specified type. The fieldsfromType
andtoType
are intended to be used iftype
is aPair
.
The intended probes list all expedient combinations of probes.