org.apache.tapestry5.ioc.annotations
Annotation Type Autobuild


@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
@UseWith(value=SERVICE)
public @interface Autobuild

Directs that the value to be built should be an autobuild instance of the type with injections performed, via ObjectLocator.autobuild(Class). This should only be placed on a field or parameter of an instantiable type (not an interface).



Copyright © 2003-2012 The Apache Software Foundation.