com.transferwise.tasks.FeatureBloat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tw-tasks-core Show documentation
Show all versions of tw-tasks-core Show documentation
Transferwise Tasks Executor - Fire and forget until Alert.
package com.transferwise.tasks;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* We need to seriously removing that code as it has not many use cases left in TW.
*/
@Retention(RetentionPolicy.SOURCE)
public @interface FeatureBloat {
String value() default "";
}