Annotation/meta-data for services to prevent decoration -------------------------------------------------------
Key: TAPESTRY-2650 URL: https://issues.apache.org/jira/browse/TAPESTRY-2650 Project: Tapestry Issue Type: New Feature Components: tapestry-ioc Affects Versions: 5.0.14 Reporter: Howard M. Lewis Ship Increasingly, I want to be able to apply blanket decorations across all services for things such as timing and security. The problem is that you must know to exclude a certain number of backbone Tapestry services that can't be decorated (effectively) because that will cause a recursive service build (you can't decorate Alias because it is itself used to disambiguate most injections, including injections needed to invoke the service decorator method that will decorate Alias). It would be nice if there was an annoation (and ServiceBinderOption) to say "don't allow decorations on this service", in much the way that built-in services are not subject to decoration. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]