crabhi / celery-java

Java implementation of Celery client and worker
MIT License
97 stars 27 forks source link

Annotate methods, not classes #4

Open crabhi opened 6 years ago

crabhi commented 6 years ago

Not all methods of a class need to be a task. Support per-method annotation.