Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.builder
Interface FieldBuildInitializer<T>

All Superinterfaces:
Finishable<T>
All Known Subinterfaces:
FieldBuildStart<T>
All Known Implementing Classes:
FieldBuilder

public interface FieldBuildInitializer<T>
extends Finishable<T>

Author:
Mike Brock

Method Summary
 FieldBuildInitializer<T> annotatedWith(Annotation... annotation)
           
 Finishable<T> initializesWith(Statement statement)
           
 
Methods inherited from interface org.jboss.errai.codegen.builder.Finishable
finish
 

Method Detail

annotatedWith

FieldBuildInitializer<T> annotatedWith(Annotation... annotation)

initializesWith

Finishable<T> initializesWith(Statement statement)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.