Hello All Had anybody experience with injecting dependency into AspectJ aspect? I have a simple aspect which is actually singleton and I need to inject a dependency in it. Only idea I have is to create a service with eager load that will call
<AspectClass>.aspectOf().setDependency(Dep) Is there any standart way to do it? -- Best regards, Renat Zubairov --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
