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

com.transferwise.tasks.entrypoints.EntryPointsGroups Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
package com.transferwise.tasks.entrypoints;

public final class EntryPointsGroups {

  public static final String TW_TASKS = "TwTasks";
  public static final String TW_TASKS_ENGINE = "TwTasksEngine";

  private EntryPointsGroups() {
    throw new AssertionError();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy