You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Namespace Annotation

The @Namespace annotation allows the definition of an Action's namespace in the Action class rather than via an XML file or based on Zero Configuration's conventions.

Usage

This annotation is placed at the class level.

Parameters

Name

Type

Required

Description

value

String

true

The namespace to use for the annotated action class.

  • No labels