![JAR search and dependency download from the Maven repository](/logo.png)
br.com.objectos.way.ui.RequestReflection Maven / Gradle / Ivy
/*
* RequestReflection.java criado em 26/08/2011
*
* Propriedade de Objectos Fábrica de Software LTDA.
* Reprodução parcial ou total proibida.
*/
package br.com.objectos.way.ui;
import com.google.inject.ImplementedBy;
/**
* @author [email protected] (Marcio Endo)
*/
@ImplementedBy(RequestReflectionGuice.class)
interface RequestReflection {
boolean isMootoolsAjax();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy