@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EasyBean
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
The optional description of this EasyBean.
|
EasyBeanExposure |
exposure
The type of exposure for fields, methods and constructors of this easy bean.
|
java.lang.String |
objectName
The optional
ObjectName for this easy bean. |
public abstract java.lang.String objectName
ObjectName
for this easy bean. If not provided the object name will be generated from
the annotated object's class name.public abstract java.lang.String description
public abstract EasyBeanExposure exposure
EasyBeanExposure.ANNOTATED
.