Add a LazyDecorator service that can allow method invocations on services to be
lazily evaluated
------------------------------------------------------------------------------------------------
Key: TAP5-465
URL: https://issues.apache.org/jira/browse/TAP5-465
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-ioc
Affects Versions: 5.1.0.0
Reporter: Howard M. Lewis Ship
A lazy decorator would be very cool, as it would allow method invocations to be
deferred until actually needed.
This would only work on method invocations whose return value was an interface
type and throws no checked exceptions.
The decorator should ignore any methods that do not qualify.
This will actually be a snap to implement, using the AspectDecorator.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.