Skip to content
Arasthel edited this page Aug 24, 2014 · 3 revisions

This annotation will execute the code inside the method on a background Thread.

Example

@OnBackground()
public boolean getResult(){...}