AspectJ Conventions

Return to Introduction  Previous page  Next page

The following are the conventions used for supporting AspectJ extensions to Java.

Stereotypes

Stereotype

Applies to

Corresponds To

aspect

Class

An AspectJ aspect.

advice

Operation

A piece of advice in an AspectJ aspect.

pointcut

Operation

A pointcut in an AspectJ aspect.

Tagged Values

Tag

Applies to

Corresponds To

className

Attribute or operation within a class stereotyped aspect

The classes this AspectJ intertype member belongs to.

Other Conventions

·The specifications of a pointcut are included in the Behavior field of the method.

See Also