org.aopalliance.aop
Interface WeavingRule


public interface WeavingRule

This interface represents a weaving rule.

A weaving rule should declare properties about aspects and how they compose together. For instance whether an advice should be placed before or after another one if they apply to a locator that has a common location in the program (joinpoint). The goal of a weaving rule is to resolve potential conflicts beetween aspects.