org.apache.tapestry5.ioc.annotations
Annotation Type UsesOrderedConfiguration
@Target(value=TYPE)
@Retention(value=CLASS)
@Documented
@UseWith(value=SERVICE)
public @interface UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
Required Element Summary |
Class |
value
The type of object which may be contributed into the service's configuration. |
value
public abstract Class value
- The type of object which may be contributed into the service's configuration.
Copyright © 2003-2012 The Apache Software Foundation.