1. Need help with Introductions using @DeclareParents forum.springsource.orgAug 5th, 2006, 06:59 AM #1 debasishg View Profile View Forum Posts Private Message Visit Homepage Senior Member Join Date Jul 2006 Location Kolkata, India Posts 217 Need help with Introductions ... |
2. @DeclareParents bug? forum.springsource.orgAccording to the API: http://www.eclipse.org/aspectj/doc/r...reParents.html @DeclareParents has an optional "defaultImpl" element. However, it is always required for me. I am trying to set my own private implementation at runtime (not statically ... |
3. @DeclareParents problem forum.springsource.org@DeclareParents problem Probably it is very easy but I cannot find any answer to this problem and thats why I post it here. My source code: MyAspect.java: package mytest2; import org.aspectj.lang.annotation.*; ... |
4. Use of @DeclareParents forum.springsource.orgUse of @DeclareParents Hi Can @DeclareParents be used to change the class being extended? For example, I have a Dog and it extends AbstractCreature, which extends Mammal. Now, I want to ... |