org.apache.tapestry5.ioc.services
Annotation Type Builtin


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

Marks services provided by this module that may need to be unambiguously referenced. Injecting with this marker annotation and the correct type ensure that the version defined in this module is used, even if another module provides a service with the same service interface.



Copyright © 2003-2012 The Apache Software Foundation.