JBossMX Parent POM 6.0.0.GA

javax.management
Annotation Type Description


@Documented
@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,FIELD,METHOD,PARAMETER,TYPE})
public @interface Description

Description.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Required Element Summary
 String value
          The description
 
Optional Element Summary
 String bundleBaseName
          The bundle base name
 String key
          The resource key
 

Element Detail

value

public abstract String value
The description

bundleBaseName

@DescriptorKey(value="descriptionResourceBundleBaseName",
               omitIfDefault=true)
public abstract String bundleBaseName
The bundle base name

Default:
""

key

@DescriptorKey(value="descriptionResourceKey",
               omitIfDefault=true)
public abstract String key
The resource key

Default:
""

JBossMX Parent POM 6.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.