Example usage for com.google.gwt.dev.asm.signature SignatureVisitor interface-usage

List of usage examples for com.google.gwt.dev.asm.signature SignatureVisitor interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.dev.asm.signature SignatureVisitor interface-usage.

Usage

From source file com.google.web.bindery.requestfactory.server.SignatureAdapter.java

/**
 * An empty implementation of SignatureVisitor, used by
 * {@link RequestFactoryInterfaceValidator}. This is a copy of the dev package's
 * EmptySignatureVisitor.
 */
class SignatureAdapter implements SignatureVisitor {