Home > Guides > Core Developers Guide > Annotations > ParentPackage Annotation |
The @ParentPackage
annotation allows the definition of Action
's package for an action found via Zero Configuration.
This annotation is placed at the class level.
Name | Type | Required | Description |
---|---|---|---|
value | String | true | Names the package the action will inherit. |