BEA Beehive @jpf:controller Javadoc tags in the migrated JPF
files are flagged by this rule. The rule has a quick fix that
converts 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 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.
Also, you do not need to migrate the @jpf:view-properties tags because they are intended
for display purposes in the WebLogic Workshop IDE.