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

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

There is a newer version: 2.8.0
Show 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 - 2025 Weber Informatics LLC | Privacy Policy