Interface | Description |
---|---|
Bean<K,V> |
An interface that changes the act of the fields of the class implementing it.
|
FullBean<K,V> |
A bean designed to have a final entrySet.
|
Class | Description |
---|---|
AbstractBean<K,V> |
An abstraction for the interface
Bean . |
Bean.FieldEntry<K,V> |
An entry uses a field instance to hold it's value.
|
FullBean.SimpleEntry<K,V> |
A simple entry that holds a final key and a changeable value.
|
Annotation Type | Description |
---|---|
Bean.Property |
Defines that the annotated field can be entry.
|