Hi.
On 22.12.11 13:46, Mathias Bolt Lesniak, LiliO Design wrote:
> Here's the aspect class file in its entirety:
…
> /*
> * E-mail aspect
> *
> * @FLOW3\Scope("singleton")
> * @FLOW3\Aspect
> */
> class EmailAspect {
This is not a parsed docblock, it *must* start with /** to be effective.
Regards,
Karsten