noveogroup / task-executor

Simple asynchronous (background) task executor for Java.
https://noveogroup.github.io/task-executor
Other
1 stars 4 forks source link

Check TaskEnvironment<? extends TaskEnvironment> #14

Closed igelgrun closed 10 years ago

igelgrun commented 10 years ago

Check strange TaskEnvironment<? extends TaskEnvironment>

igelgrun commented 10 years ago

Generics in Android Task Executor:

igelgrun commented 10 years ago

It seems the library can be implemented without < E > at all.