org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl
Class AnnotationBuilder

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl.AnnotationBuilder
All Implemented Interfaces:
Builder

public class AnnotationBuilder
extends Object
implements Builder

Author:
Mike Brock

Field Summary
 MetaClass type
           
 
Constructor Summary
AnnotationBuilder()
           
 
Method Summary
 String toJavaString()
          Validates the statement and generates the String representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public MetaClass type
Constructor Detail

AnnotationBuilder

public AnnotationBuilder()
Method Detail

toJavaString

public String toJavaString()
Description copied from interface: Builder
Validates the statement and generates the String representation.

Specified by:
toJavaString in interface Builder
Returns:
Java String representation


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.