org.jboss.errai.ioc.rebind.ioc.codegen.builder
Interface FieldBuildStart<T>

All Known Implementing Classes:
FieldBuilder

public interface FieldBuildStart<T>

Author:
Mike Brock

Method Summary
 FieldBuildType<T> packageScope()
           
 FieldBuildType<T> privateScope()
           
 FieldBuildType<T> protectedScope()
           
 FieldBuildType<T> publicScope()
           
 

Method Detail

publicScope

FieldBuildType<T> publicScope()

privateScope

FieldBuildType<T> privateScope()

protectedScope

FieldBuildType<T> protectedScope()

packageScope

FieldBuildType<T> packageScope()


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