| Interface | Description |
|---|---|
| PropertyGetter<T,P> |
Interface for getting the property P in T.
|
| PropertySetter<T,P> |
Interface for setting the property P in T.
|
| Class | Description |
|---|---|
| NoopPropertyGetter |
Noop
Getter used as default value in annotations. |
| NoopPropertySetter |
Noop
Setter used as default value in annotations. |
| Annotation Type | Description |
|---|---|
| Getter |
Annotation to specify a custom
Getter for reading the property. |
| Setter |
Annotation to specify a custom
Setter for setting the property. |
Copyright © 2012 Harald Pehl. All Rights Reserved.