@Retention(value=CLASS)
@Target(value=METHOD)
public @interface Download
@Download.onPre
protected void onPre(DownloadTask task) {
mUpdateHandler.obtainMessage(DOWNLOAD_PRE, task.getDownloadEntity().getFileSize()).sendToTarget();
}