Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Annotations > ParentPackage Annotation
Added by Dave Newton, last edited by Dave Newton on Oct 10, 2007

ParentPackage Annotation

The @ParentPackage annotation allows the definition of Action's package for an action found via Zero Configuration.

Usage

This annotation is placed at the class level.

Parameters

Name Type Required Description
value String true Names the package the action will inherit.