| org.apache.tapestry.annotations.Service
Service | public @interface Service(Code) | | Used in conjunction with the
Inject annotation to identify a service by name
and not by type. This is most useful when there are multiple services with the same service
interface and a particular one needs to be selected.
|
value | String value(Code) | | The name of the service. Symbols will be expanded and case is not relevant.
|
|
|