McLeodMoores / xl4j

Framework for writing Excel Add-ins in Java
Other
7 stars 3 forks source link

New function properties #112

Closed jimmoores closed 7 years ago

jimmoores commented 7 years ago

Need these in LowLevelEntry but also bubbled up into the annotations:

boolean isAutoAsynchronous boolean isManualAsynchronous boolean isCallerRequired

Add annotation for autoAsyncrhonous. Should do what asynchronous does at the moment.