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


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

A special marker annotation which limits the search for possible services to just the same module containing the service being injected. Other marker annotations may also be applied.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.