@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface ModelBinding
| Modifier and Type | Required Element and Description |
|---|---|
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
|
public abstract Class<?> type
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.