Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.2
-
None
Description
Currently, it is pretty confusing how to set the parent package for an action in the codebehind plugin. Basically, it gathers all the @ParentPackage annotations on all actions in the package, then sets the generated parent package list based on the created list. This is confusing and unintuitive.
The better approach would be to allow the @ParentPackage annotation on the package via the package-info.java file, and let a list of parents be specified. Then, it is no longer necessary to decorate any action in the package.