org.apache.tapestry5.services
Annotation Type ComponentLayer


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

Marker annotation used to identify a service from the component layer that conflicts, in terms of service interface, with a service from elsewhere. In particular, this is used to disambiguate ClassFactory which has one implementation (marked with Builtin and another with this annotation.



Copyright © 2003-2012 The Apache Software Foundation.