|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface EasyBeanOpenType
Metadata for how objects are mapped to OpenType
.
Optional Element Summary | |
---|---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |