@Retention(value=CLASS)
@Target(value=PARAMETER)
public @interface Model
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
allArgConstructor |
boolean |
builder |
boolean |
emptyConstructor |
boolean |
equalsMethod |
boolean |
getters |
boolean |
hashCodeMethod |
boolean |
setters |
boolean |
singleton |
boolean |
toStringMethod |
Copyright © 2019. All rights reserved.