|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface ModelBinding
Defines a binding to a model class, used to retrieve metadata about this model.
| Required Element Summary | |
|---|---|
String |
getterMethodName
Returns the getter method name defined on the type()
type annotated with model information like Attribute |
Class<?> |
type
returns the model the annotated type is bound to |
| Element Detail |
|---|
public abstract Class<?> type
public abstract String getterMethodName
type()
type annotated with model information like Attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||