org.exoplatform.management.jmx.annotations
Annotation Type NamingContext
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @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
value
public abstract Property[] value
Copyright © 2012 eXo Platform SAS. All Rights Reserved.