|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getterMethodName
Returns the getter method name defined on the type()
type annotated with model information like Attribute |
java.lang.Class<?> |
type
returns the model the annotated type is bound to |
| Element Detail |
|---|
public abstract java.lang.Class<?> type
public abstract java.lang.String getterMethodName
type()
type annotated with model information like Attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||