Uses of Package
org.apache.tapestry5.ioc.annotations

Packages that use org.apache.tapestry5.ioc.annotations
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.services   
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.ioc.internal.services
PreventServiceDecoration
          Marks a service as not eligible for decoration.
Scope
          An optional annotation that may be placed on a service building method of a module, or on the implementation class (when using service binding).
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.ioc.services
Contribute
          An annotation that may be placed on a contributor method of a module.
Marker
          Used to define one or more marker annotations for a service implementation.
PreventServiceDecoration
          Marks a service as not eligible for decoration.
UsesConfiguration
          A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
UsesMappedConfiguration
          A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String), and type ofcontribution.
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 



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