BEA Beehive @jpf:controller Javadoc tags in the migrated JPF
files are flagged by this rule. An automated fix will be provided for this rule,
that will convert the tag to a @Jpf.Controller class-level annotation
that is required on page flow classes.
The following example shows BEA Beehive @jpf:controller Javadoc tags:
The automated fix will migrate 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.
Also, you do not need to migrate the @jpf:view-properties tags because they are intended
for display purposes in the WebLogic Workshop IDE.