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

com.hubspot.jinjava.lib.exptest.IsGreaterThanExpTest Maven / Gradle / Ivy

The newest version!
package com.hubspot.jinjava.lib.exptest;

import com.hubspot.jinjava.doc.annotations.JinjavaDoc;

@JinjavaDoc(value = "", aliasOf = "gt")
public class IsGreaterThanExpTest extends IsGtTest {

  @Override
  public String getName() {
    return "greaterthan";
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy