layout: core-developers title: Namespace Annotation

Namespace Annotation

Namespace Annotation

The @Namespace annotation allows the definition of an Action's namespace in the Action class rather than based on Convention Plugin's conventions.

Usage

This annotation is placed at the class level.

Parameters

NameTypeRequiredDescription
valueStringtrueThe namespace to use for the annotated action class.