Colleagues, In the spring security documentation I met following notion:
If you want to secure instances which are not created by Spring (using the new operator, for example) then you need to use AspectJ.
Could anybody please show me workable example of such usage. The best case if this is done with help of static weaving.
Thank you in advance!