org.exoplatform.management.jmx.annotations
Annotation Type Property
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Property
A property is made of a key and a value. Values can either be litterals or expanded values.
Expanded values are denoted by curly braces, any such property value will be dereferenced against the instance of
the annotated class and used.
- Version:
- $Revision$
- Author:
- Julien Viet
|
Required Element Summary |
java.lang.String |
key
|
java.lang.String |
value
|
key
public abstract java.lang.String key
value
public abstract java.lang.String value
Copyright © 2010 eXo Platform SAS. All Rights Reserved.