@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EasyBeanOpenType
OpenType
.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
boolean |
exposeAsString
If true the toString method of this annotated object will be used for it's JMX representation (SimpleType
|
EasyBeanOpenTypeExposure |
exposure
The type of exposure for this object's (attribute) fields and methods.
|
java.lang.String |
name |
public abstract java.lang.String name
OpenType.getTypeName()
public abstract java.lang.String description
OpenType.getDescription()
public abstract boolean exposeAsString
public abstract EasyBeanOpenTypeExposure exposure
EasyBeanOpenTypeExposure.ALL
.