Annotation Type DialogUtils.NormalExpression.Calculate
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface DialogUtils.NormalExpression.Calculate
An annotation for a "calculate" method of the interface. There should be only one such
a method in the object. Its return type should be "T" or "Optional extends T>" (we are
flexible in this only place). It should have arguments one per its dependency
(in the same order).
The method must be declared public for the reflection to work.