@Target(TYPE) @Retention(RUNTIME) @Documented public @interface AutoProperty
| Modifier and Type | Optional Element | Description |
|---|---|---|
AutoDetectPolicy |
autoDetect |
Specifies whether to auto-detect properties by their fields, getters or not at all.
|
DefaultPojomaticPolicy |
policy |
DefaultPojomaticPolicy policy
Pojomatic operations (equals, hashCode and
toString) should use properties, unless otherwise stated by @Property.AutoDetectPolicy autoDetect
Copyright © 2008–2018. All rights reserved.