eXo Kernel :: Container 2.4.13-GA

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
 String key
           
 String value
           
 

Element Detail

key

public abstract String key

value

public abstract String value

eXo Kernel :: Container 2.4.13-GA

Copyright © 2015 eXo Platform SAS. All Rights Reserved.