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

com.gwtplatform.dispatch.rest.delegates.rebind.DelegatedDelegateMethod.vm Maven / Gradle / Ivy

The newest version!
    @Override
    public $returnType ${methodName}(#generateMethodSignature($parameters)) {
        execute((($resourceImplType) resource).${actionMethodName}(#generateCallSignature($parameters)));
#if($returnValue)

        return $returnValue;
#end
    }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy