WebLogic proprietary EJBGEN annotations need to be removed from your application before deployment on WebSphere Application Server. These annotations come from the weblogic.ejbgen package.
This rule detects the use of these EJBGEN annotations in Java files. When the automated fix for this rule becomes available. The automated fix will remove all annotations, their contents, and their corresponding imports.
All of the lines of code seen earlier will be removed. This includes the import, the unqualified annotation, the fully qualified annotation, and all of the contents within the annotations.