All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.therouter.app.flowtask.lifecycle.FlowTask.kt Maven / Gradle / Ivy

There is a newer version: 1.2.3-rc17
Show newest version
package com.therouter.app.flowtask.lifecycle

import java.lang.annotation.Retention
import java.lang.annotation.RetentionPolicy

/**
 * Created by ZhangTao on 17/8/11.
 */
@Retention(RetentionPolicy.SOURCE)
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
annotation class FlowTask(val taskName: String, val dependsOn: String = "", val async: Boolean = false)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy