Basic Group


Group Description

Group holding aspect programs that perform very basic transformations on the base code. Each sample aspect program performs one single transformation. The sample programs have either one single advice or perhaps a small number of advices showing how the same transformations can be defined in several alternative ways. The sample programs in this group do not define "meaningful" transformations since meaningful aspect programs normally require several advices to be defined.

Users who are new to the XWeaver should begin by studying the sample programs in this group.


Aspects

AddClassComment_1
Sample aspect program to modify a class comment
AddClassComment_2
Sample aspect program to modify a class comment
AddMethodComment
Sample aspect program to modify a method comment
AddClassField
Sample aspect program to add a field to a target class