@Documented
@Retention(value=RUNTIME)
public @interface Implementation
AbstractCalculator
with concrete class that implement calculation logic for annotated operator or function.
Add interface which is implemented in concrete calculator like Calc, and
implementation od add operator AddOperator| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends Operation> |
implementation |
public abstract java.lang.Class<? extends Operation> implementation
JCalc API 2014 Davor Sauer - Apache 2.0