|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface AutoProperty
Assigns the defaults for Pojomatic
at the class level and provides a way to
configure the automatic detection of properties.
Note that this can is overridden (case by case) by the Property
} annotation.
Optional Element Summary | |
---|---|
AutoDetectPolicy |
autoDetect
Specifies whether to auto-detect properties by their fields, getters or not at all. |
DefaultPojomaticPolicy |
policy
Include properties in everything by default (unless otherwise stated by Property ). |
public abstract DefaultPojomaticPolicy policy
Property
).
public abstract AutoDetectPolicy autoDetect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |