@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface MBean
Modifier and Type | Optional Element and Description |
---|---|
String |
category |
String |
description |
String |
name |
String |
objectName |
public abstract String category
ConfigResolver
. It is a key if the value is between
brackets. Default key is "org.apache.deltaspike.mbean.category".public abstract String name
ObjectName
using the following pattern:
<category>:type=MBeans,name=<name>public abstract String objectName
public abstract String description
Copyright © 2015 The Apache Software Foundation. All rights reserved.