This rule flags the usages of CDI annotations in an Application subclass without the usage of the @ApplicationPath annotation. In RESTful Web Services 3.0 all Application subclasses must be annotated with @ApplicationPath to use CDI injection in those classes.
See Application subclasses that use CDI injection must be annotated with the @ApplicationPath annotation for more information on this behavior change.