3 import org.aspectj.lang.annotation.Aspect;
4 import org.aspectj.lang.annotation.DeclareParents;
8 DeclareParentsForNonMarkerInterfaceToAClassThatAlreadyIncludeRequiredMethods {
9 @DeclareParents("test.ClassThatAlreadyIncludesRequiredMethods")
10 public NonMarkerInterface nmi;