org.apache.tapestry5.ioc.annotations
Annotation Type UsesConfiguration
@Target(value=TYPE)
@Retention(value=CLASS)
@Documented
@UseWith(value=SERVICE)
public @interface UsesConfiguration
A documentation-only interface placed on service interfaces for services which have an unordered 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.