org.baswell.easybeans
Annotation Type EasyBeanOpenTypeAttribute


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface EasyBeanOpenTypeAttribute

Metadata for how an object's attributes are mapped to OpenType.


Optional Element Summary
 java.lang.String description
          Optional description of this attribute.
 java.lang.String name
          The open type attribute name.
 

name

public abstract java.lang.String name
The open type attribute name. If not provided the name will be created from the Field or Method.

Default:
""

description

public abstract java.lang.String description
Optional description of this attribute.

Default:
""