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
key
public abstract String key
value
public abstract String value
Copyright © 2014 eXo Platform SAS. All Rights Reserved.