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

com.transferwise.tasks.FeatureBloat Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
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 "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy