offbynull / coroutines

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

Enhancement: Better tracking of instrumented classes #67

Closed offbynull closed 8 years ago

offbynull commented 8 years ago

Remove added interface and replace with something like a public constant. Maybe assign a value to the constant to indicate which version of coroutines this was built with.

offbynull commented 8 years ago

Done.