Annotation Interface NamingContext
Annotates a class to define a naming context. The naming context takes the form of a list of Property
annotations. This annotation is used when objects implements the ManagementAware
interface. Any object registered through the injected ManagementContext will
have in its name the properties defined by the naming context.
- Version:
- $Revision$
- Author:
- Julien Viet
-
Required Element Summary
Required Elements
-
Element Details
-
value
Property[] value
-