Example usage for com.google.gwt.core.ext.typeinfo HasAnnotations interface-usage

List of usage examples for com.google.gwt.core.ext.typeinfo HasAnnotations interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.core.ext.typeinfo HasAnnotations interface-usage.

Usage

From source file org.jboss.errai.ioc.rebind.ioc.codegen.meta.MetaClass.java

/**
 * @author Mike Brock <cbrock@redhat.com>
 */
public abstract class MetaClass implements HasAnnotations, MetaType, MetaGenericDeclaration {
    public abstract String getName();