offbynull / coroutines

Java toolkit that allows you to write coroutines.
GNU Lesser General Public License v3.0
345 stars 53 forks source link

Enhancement: loadVar() should have the option not to cast object types #73

Closed offbynull closed 8 years ago

offbynull commented 8 years ago

Sometimes the variable type submitted is not correct, so give loadVar the option of not automatically casting.

offbynull commented 8 years ago

Done.