@Stereotype @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  | 
String | 
properties  | 
String | 
type  | 
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 properties
public abstract String type
MBeansand can be overriden either directly by the value or by a key used to resolve a value using
ConfigResolver. It is a key if the value is between
         brackets.public abstract String objectName
public abstract String description
Copyright © 2017 The Apache Software Foundation. All rights reserved.