BEA Beehive @jpf:action Javadoc tags in the migrated JPF
files are flagged with this rule. The rule has a quick fix that
converts the tag to a @Jpf.Action method-level annotation.
These annotations typically define a list of forwards.
The following example shows BEA Beehive @jpf:action Javadoc tags:
The quick fix migrates these tags as shown in the following example:
The Javadoc is converted to regular Java comments
so that the rule does not continue to detect the @jpf tag.